#CACDB5

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

Shades of Orinoco #CACDB5

Tints of Orinoco #CACDB5

Color information

#CACDB5 (or 0xCACDB5) is unknown color: approx Orinoco. HEX triplet: CA, CD and B5. RGB value is (202,205,181). Sum of RGB (Red+Green+Blue) = 202+205+181=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDB5 is #35324A. Grayscale: #C9C9C9. Windows color (decimal): -3486283 or 11914698. OLE color: 11914698.

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

Color convert

RGB202205181-
CMYK0.0100.120.20
HSL67.5º19.35%75.69%-
HSV(B)67.5º11.71%80.39%-
XYZ54.5359.5652.34-
YUV201.37116.51128.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=34.35%
G=34.86%
B=30.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051810.0100.120.2067.519.3575.69
HexCACDB510C1444134c
Octal31231526510142410423114
Binary110010101100110110110101101100101001000100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDB5; }

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

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

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

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

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

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

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

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