Html Css Color HEX #CACDAE Orinoco

📋 copy color: '#CACDAE'

red 202 ◦ green 205 ◦ blue 174

#CACDAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #CACDAE

Tints of Orinoco #CACDAE

RGB

 RED value IS 202 (79.3% from 255) = 34.77%

 GREEN value IS 205 (80.47% from 255) = 35.28%

 BLUE value IS 174 (68.36% from 255) = 29.95%

R = 34.77%
G = 35.28%
B = 29.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CACDAE (or 0xCACDAE) is known color: Orinoco. HEX triplet: CA, CD and AE. RGB value is (202,205,174). Sum of RGB (Red+Green+Blue) = 202+205+174=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACDAE is #353251. Grayscale: #C8C8C8. Windows color (decimal): -3486290 or 11455946. OLE color: 11455946.

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

Color convert

RGB 202 205 174 -
CMYK 0.01 0 0.15 0.20
HSL 65.81º 0.24% 0.74% -
HSV(B) 65.81º 0.15% 0.8% -
XYZ 53.83 59.28 48.65 -
YUV 200.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 202 205 174 0.01 0 0.15 0.20 65.81 0.24 0.74
Hex CA CD AE 1 0 F 14 42 18 4A
Octal 312 315 256 1 0 17 24 102 30 112
Binary 11001010 11001101 10101110 1 0 1111 10100 1000010 11000 1001010

Color Harmonies of #CACDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDAE

Black with #CACDAE

Text Example


Text Example

White with #CACDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDAE; }

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

 H1.HeaderClassName
 {
   color: #CACDAE;
 }
 .AnyTagClassName
 {
   color: #CACDAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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