Html Css Color HEX #CACCAC Orinoco

📋 copy color: '#CACCAC'

red 202 ◦ green 204 ◦ blue 172

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

Shades of Orinoco #CACCAC

Tints of Orinoco #CACCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.76%

R = 34.95%
G = 35.29%
B = 29.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CACCAC (or 0xCACCAC) is known color: Orinoco. HEX triplet: CA, CC and AC. RGB value is (202,204,172). Sum of RGB (Red+Green+Blue) = 202+204+172=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACCAC is #353353. Grayscale: #C7C7C7. Windows color (decimal): -3486548 or 11324618. OLE color: 11324618.

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

Color convert

RGB 202 204 172 -
CMYK 0.01 0 0.16 0.2
HSL 63.75º 0.24% 0.74% -
HSV(B) 63.75º 0.16% 0.8% -
XYZ 53.4 58.72 47.55 -
YUV 199.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 202 204 172 0.01 0 0.16 0.2 63.75 0.24 0.74
Hex CA CC AC 1 0 10 14 40 18 4A
Octal 312 314 254 1 0 20 24 100 30 112
Binary 11001010 11001100 10101100 1 0 10000 10100 1000000 11000 1001010

Color Harmonies of #CACCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCAC

Black with #CACCAC

Text Example


Text Example

White with #CACCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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