#CCCDAE

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

Shades of Orinoco #CCCDAE

Tints of Orinoco #CCCDAE

Color information

#CCCDAE (or 0xCCCDAE) is unknown color: approx Orinoco. HEX triplet: CC, CD and AE. RGB value is (204,205,174). Sum of RGB (Red+Green+Blue) = 204+205+174=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDAE is #333251. Grayscale: #C9C9C9. Windows color (decimal): -3355218 or 11455948. OLE color: 11455948.

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

Color convert

RGB204205174-
CMYK0.0000.150.20
HSL61.94º23.66%74.31%-
HSV(B)61.94º15.12%80.39%-
XYZ54.3759.5648.67-
YUV201.17112.67130.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=34.99%
G=35.16%
B=29.85%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051740.0000.150.2061.9423.6674.31
HexCCCDAE00F143e184a
Octal3143152560017247630112
Binary11001100110011011010111000111110100111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDAE; }

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

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

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

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

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

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

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

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