#CCCDA5

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

Shades of Orinoco #CCCDA5

Tints of Orinoco #CCCDA5

Color information

#CCCDA5 (or 0xCCCDA5) is unknown color: approx Orinoco. HEX triplet: CC, CD and A5. RGB value is (204,205,165). Sum of RGB (Red+Green+Blue) = 204+205+165=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA5 is #33325A. Grayscale: #C8C8C8. Windows color (decimal): -3355227 or 10866124. OLE color: 10866124.

HSL color Cylindrical-coordinate representation of color #CCCDA5: hue angle of 61.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCDA5 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB204205165-
CMYK0.0000.200.20
HSL61.5º28.57%72.55%-
HSV(B)61.5º19.51%80.39%-
XYZ53.5259.2244.21-
YUV200.14108.17130.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.54%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=35.54%
G=35.71%
B=28.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051650.0000.200.2061.528.5772.55
HexCCCDA50014143e1d49
Octal3143152450024247635111
Binary110011001100110110100101001010010100111110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDA5; }

 p { color: rgb(204,205,165); }

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

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

 a { background-color: rgb(204,205,165); }

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

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

 span { border-color: rgb(204,205,165); }

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