Html Css Color HEX #CACCA8 Orinoco

📋 copy color: '#CACCA8'

red 202 ◦ green 204 ◦ blue 168

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

Shades of Orinoco #CACCA8

Tints of Orinoco #CACCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.27%

R = 35.19%
G = 35.54%
B = 29.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CACCA8 (or 0xCACCA8) is known color: Orinoco. HEX triplet: CA, CC and A8. RGB value is (202,204,168). Sum of RGB (Red+Green+Blue) = 202+204+168=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACCA8 is #353357. Grayscale: #C7C7C7. Windows color (decimal): -3486552 or 11062474. OLE color: 11062474.

HSL color Cylindrical-coordinate representation of color #CACCA8: hue angle of 63.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CACCA8 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 204 168 -
CMYK 0.01 0 0.18 0.2
HSL 63.33º 0.26% 0.73% -
HSV(B) 63.33º 0.18% 0.8% -
XYZ 53.02 58.57 45.56 -
YUV 199.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 202 204 168 0.01 0 0.18 0.2 63.33 0.26 0.73
Hex CA CC A8 1 0 12 14 3F 1A 49
Octal 312 314 250 1 0 22 24 77 32 111
Binary 11001010 11001100 10101000 1 0 10010 10100 111111 11010 1001001

Color Harmonies of #CACCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCA8

Black with #CACCA8

Text Example


Text Example

White with #CACCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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