#CCD8A3

Color #CCD8A3 Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #CCD8A3

Tints of Orinoco #CCD8A3

Color information

#CCD8A3 (or 0xCCD8A3) is unknown color: approx Orinoco. HEX triplet: CC, D8 and A3. RGB value is (204,216,163). Sum of RGB (Red+Green+Blue) = 204+216+163=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 163 (64.06% from 255 or 27.96% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD8A3 is #33275C. Grayscale: #CECECE. Windows color (decimal): -3352413 or 10737868. OLE color: 10737868.

HSL color Cylindrical-coordinate representation of color #CCD8A3: hue angle of 73.58º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCD8A3 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB204216163-
CMYK0.0600.250.15
HSL73.58º40.46%74.31%-
HSV(B)73.58º24.54%84.71%-
XYZ56.0764.5944.16-
YUV206.37103.52126.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 163 (64.06% from 255) = 27.96%
R=34.99%
G=37.05%
B=27.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042161630.0600.250.1573.5840.4674.31
HexCCD8A36019F4a284a
Octal31433024360311711250112
Binary110011001101100010100011110011001111110010101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8A3; }

 p { color: rgb(204,216,163); }

 H1.HeaderClassName
 {
   color: #CCD8A3;
 }
 .AnyTagClassName
 {
   color: #CCD8A3;
 }
</style>
background-color css

<style>
 a { background-color: #CCD8A3; }

 a { background-color: rgb(204,216,163); }

 div.DivClassName
 {
   background-color: #CCD8A3;
 }
 .BgClassName
 {
   background-color: #CCD8A3;
 }
</style>
border-color css

<style>
 span { border-color: #CCD8A3; }

 span { border-color: rgb(204,216,163); }

 td.TdClassName
 {
   border-color: #CCD8A3;
 }
 .TagClassName
 {
   border-color: #CCD8A3;
 }
</style>