#CACDAD

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

Shades of Orinoco #CACDAD

Tints of Orinoco #CACDAD

Color information

#CACDAD (or 0xCACDAD) is unknown color: approx Orinoco. HEX triplet: CA, CD and AD. RGB value is (202,205,173). Sum of RGB (Red+Green+Blue) = 202+205+173=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 205 (80.47% from 255 or 35.34% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACDAD is #353252. Grayscale: #C8C8C8. Windows color (decimal): -3486291 or 11390410. OLE color: 11390410.

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

Color convert

RGB202205173-
CMYK0.0100.160.20
HSL65.62º24.24%74.12%-
HSV(B)65.62º15.61%80.39%-
XYZ53.7359.2448.14-
YUV200.46112.51129.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 205 (80.47% from 255) = 35.34%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=34.83%
G=35.34%
B=29.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2022051730.0100.160.2065.6224.2474.12
HexCACDAD10101442184a
Octal31231525510202410230112
Binary1100101011001101101011011010000101001000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDAD; }

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

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

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

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

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

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

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

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