#CACDB3

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

Shades of Orinoco #CACDB3

Tints of Orinoco #CACDB3

Color information

#CACDB3 (or 0xCACDB3) is unknown color: approx Orinoco. HEX triplet: CA, CD and B3. RGB value is (202,205,179). Sum of RGB (Red+Green+Blue) = 202+205+179=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDB3 is #35324C. Grayscale: #C9C9C9. Windows color (decimal): -3486285 or 11783626. OLE color: 11783626.

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

Color convert

RGB202205179-
CMYK0.0100.130.20
HSL66.92º20.63%75.29%-
HSV(B)66.92º12.68%80.39%-
XYZ54.3359.4751.26-
YUV201.14115.51128.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 179 (70.31% from 255) = 30.55%
R=34.47%
G=34.98%
B=30.55%

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
Decimal2022051790.0100.130.2066.9220.6375.29
HexCACDB310D1443154b
Octal31231526310152410325113
Binary110010101100110110110011101101101001000011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDB3; }

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

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

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

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

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

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

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

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