#CACDB2

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

Shades of Orinoco #CACDB2

Tints of Orinoco #CACDB2

Color information

#CACDB2 (or 0xCACDB2) is unknown color: approx Orinoco. HEX triplet: CA, CD and B2. RGB value is (202,205,178). Sum of RGB (Red+Green+Blue) = 202+205+178=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACDB2 is #35324D. Grayscale: #C9C9C9. Windows color (decimal): -3486286 or 11718090. OLE color: 11718090.

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

Color convert

RGB202205178-
CMYK0.0100.130.20
HSL66.67º21.26%75.1%-
HSV(B)66.67º13.17%80.39%-
XYZ54.2259.4350.73-
YUV201.02115.01128.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 178 (69.92% from 255) = 30.43%
R=34.53%
G=35.04%
B=30.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051780.0100.130.2066.6721.2675.1
HexCACDB210D1443154b
Octal31231526210152410325113
Binary110010101100110110110010101101101001000011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDB2; }

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

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

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

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

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

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

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

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