#CACDAE

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

Shades of Orinoco #CACDAE

Tints of Orinoco #CACDAE

Color information

#CACDAE (or 0xCACDAE) is unknown color: approx Orinoco. HEX triplet: CA, CD and AE. RGB value is (202,205,174). Sum of RGB (Red+Green+Blue) = 202+205+174=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACDAE is #353251. Grayscale: #C8C8C8. Windows color (decimal): -3486290 or 11455946. OLE color: 11455946.

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

Color convert

RGB202205174-
CMYK0.0100.150.20
HSL65.81º23.66%74.31%-
HSV(B)65.81º15.12%80.39%-
XYZ53.8359.2848.65-
YUV200.57113.01129.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=34.77%
G=35.28%
B=29.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051740.0100.150.2065.8123.6674.31
HexCACDAE10F1442184a
Octal31231525610172410230112
Binary110010101100110110101110101111101001000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDAE; }

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

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

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

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

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

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

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

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