#CACCAE

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

Shades of Orinoco #CACCAE

Tints of Orinoco #CACCAE

Color information

#CACCAE (or 0xCACCAE) is unknown color: approx Orinoco. HEX triplet: CA, CC and AE. RGB value is (202,204,174). Sum of RGB (Red+Green+Blue) = 202+204+174=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACCAE is #353351. Grayscale: #C8C8C8. Windows color (decimal): -3486546 or 11455690. OLE color: 11455690.

HSL color Cylindrical-coordinate representation of color #CACCAE: hue angle of 64º degrees, saturation: 0.23, 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 #CACCAE is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB202204174-
CMYK0.0100.150.2
HSL64º22.73%74.12%-
HSV(B)64º14.71%80%-
XYZ53.5958.848.57-
YUV199.98113.34129.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 174 (68.36% from 255) = 30%
R=34.83%
G=35.17%
B=30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2022041740.0100.150.26422.7374.12
HexCACCAE10F1440174a
Octal31231425610172410027112
Binary110010101100110010101110101111101001000000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCAE; }

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

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

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

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

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

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

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

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