Html Css Color HEX #CACCC6 Harp

📋 copy color: '#CACCC6'

red 202 ◦ green 204 ◦ blue 198

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

Shades of Harp #CACCC6

Tints of Harp #CACCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.78%

R = 33.44%
G = 33.77%
B = 32.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CACCC6 (or 0xCACCC6) is known color: Harp. HEX triplet: CA, CC and C6. RGB value is (202,204,198). Sum of RGB (Red+Green+Blue) = 202+204+198=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 198 (77.73% from 255 or 32.78% from 604); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC6 is #353339. Grayscale: #CACACA. Windows color (decimal): -3486522 or 13028554. OLE color: 13028554.

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

Color convert

RGB 202 204 198 -
CMYK 0.01 0 0.03 0.2
HSL 80º 0.06% 0.79% -
HSV(B) 80º 0.03% 0.8% -
XYZ 56.14 59.82 62.01 -
YUV 202.72 125.34 127.49 -
System Red Green Blue C M Y K H S L
Decimal 202 204 198 0.01 0 0.03 0.2 80 0.06 0.79
Hex CA CC C6 1 0 3 14 50 6 4F
Octal 312 314 306 1 0 3 24 120 6 117
Binary 11001010 11001100 11000110 1 0 11 10100 1010000 110 1001111

Color Harmonies of #CACCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCC6

Black with #CACCC6

Text Example


Text Example

White with #CACCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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