Html Css Color HEX #CACCAE Orinoco

📋 copy color: '#CACCAE'

red 202 ◦ green 204 ◦ blue 174

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

Shades of Orinoco #CACCAE

Tints of Orinoco #CACCAE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

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

R = 34.83%
G = 35.17%
B = 30%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CACCAE (or 0xCACCAE) is known color: Orinoco. HEX triplet: CA, CC and AE. RGB value is (202,204,174). Sum of RGB (Red+Green+Blue) = 202+204+174=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACCAE is #353351. Grayscale: #C8C8C8. Windows color (decimal): -3486546 or 11455690. OLE color: 11455690.

HSL color Cylindrical-coordinate representation of color #CACCAE: hue angle of 64º degrees, saturation: 0.23, 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 #CACCAE is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 204 174 -
CMYK 0.01 0 0.15 0.2
HSL 64º 0.23% 0.74% -
HSV(B) 64º 0.15% 0.8% -
XYZ 53.59 58.8 48.57 -
YUV 199.98 113.34 129.44 -
System Red Green Blue C M Y K H S L
Decimal 202 204 174 0.01 0 0.15 0.2 64 0.23 0.74
Hex CA CC AE 1 0 F 14 40 17 4A
Octal 312 314 256 1 0 17 24 100 27 112
Binary 11001010 11001100 10101110 1 0 1111 10100 1000000 10111 1001010

Color Harmonies of #CACCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCAE

Black with #CACCAE

Text Example


Text Example

White with #CACCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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