#CCD5A6

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

Shades of Orinoco #CCD5A6

Tints of Orinoco #CCD5A6

Color information

#CCD5A6 (or 0xCCD5A6) is unknown color: approx Orinoco. HEX triplet: CC, D5 and A6. RGB value is (204,213,166). Sum of RGB (Red+Green+Blue) = 204+213+166=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 166 (65.23% from 255 or 28.47% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD5A6 is #332A59. Grayscale: #CDCDCD. Windows color (decimal): -3353178 or 10933708. OLE color: 10933708.

HSL color Cylindrical-coordinate representation of color #CCD5A6: hue angle of 71.49º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCD5A6 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB204213166-
CMYK0.0400.220.16
HSL71.49º35.88%74.31%-
HSV(B)71.49º22.07%83.53%-
XYZ55.5863.1845.34-
YUV204.95106.02127.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 213 (83.59% from 255) = 36.54%
BLUE value IS 166 (65.23% from 255) = 28.47%
R=34.99%
G=36.54%
B=28.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131660.0400.220.1671.4935.8874.31
HexCCD5A640161047244a
Octal31432524640262010744112
Binary1100110011010101101001101000101101000010001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5A6; }

 p { color: rgb(204,213,166); }

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

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

 a { background-color: rgb(204,213,166); }

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

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

 span { border-color: rgb(204,213,166); }

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