#CAD3AC

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

Shades of Orinoco #CAD3AC

Tints of Orinoco #CAD3AC

Color information

#CAD3AC (or 0xCAD3AC) is unknown color: approx Orinoco. HEX triplet: CA, D3 and AC. RGB value is (202,211,172). Sum of RGB (Red+Green+Blue) = 202+211+172=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD3AC is #352C53. Grayscale: #CCCCCC. Windows color (decimal): -3484756 or 11326410. OLE color: 11326410.

HSL color Cylindrical-coordinate representation of color #CAD3AC: hue angle of 73.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAD3AC is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB202211172-
CMYK0.0400.180.17
HSL73.85º30.71%75.1%-
HSV(B)73.85º18.48%82.75%-
XYZ55.162.1248.12-
YUV203.86110.02126.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 211 (82.81% from 255) = 36.07%
BLUE value IS 172 (67.58% from 255) = 29.40%
R=34.53%
G=36.07%
B=29.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022111720.0400.180.1773.8530.7175.1
HexCAD3AC4012114a1f4b
Octal31232325440222111237113
Binary110010101101001110101100100010010100011001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD3AC; }

 p { color: rgb(202,211,172); }

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

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

 a { background-color: rgb(202,211,172); }

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

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

 span { border-color: rgb(202,211,172); }

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