#CACDAF

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

Shades of Orinoco #CACDAF

Tints of Orinoco #CACDAF

Color information

#CACDAF (or 0xCACDAF) is unknown color: approx Orinoco. HEX triplet: CA, CD and AF. RGB value is (202,205,175). Sum of RGB (Red+Green+Blue) = 202+205+175=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACDAF is #353250. Grayscale: #C8C8C8. Windows color (decimal): -3486289 or 11521482. OLE color: 11521482.

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

Color convert

RGB202205175-
CMYK0.0100.150.20
HSL66º23.08%74.51%-
HSV(B)66º14.63%80.39%-
XYZ53.9359.3149.16-
YUV200.68113.51128.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.71%
GREEN value IS 205 (80.47% from 255) = 35.22%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=34.71%
G=35.22%
B=30.07%

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
Decimal2022051750.0100.150.206623.0874.51
HexCACDAF10F1442174b
Octal31231525710172410227113
Binary110010101100110110101111101111101001000010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDAF; }

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

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

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

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

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

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

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

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