Html Css Color HEX #CACCC4 Harp

📋 copy color: '#CACCC4'

red 202 ◦ green 204 ◦ blue 196

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

Shades of Harp #CACCC4

Tints of Harp #CACCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.56%

R = 33.55%
G = 33.89%
B = 32.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CACCC4 (or 0xCACCC4) is known color: Harp. HEX triplet: CA, CC and C4. RGB value is (202,204,196). Sum of RGB (Red+Green+Blue) = 202+204+196=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 204 - color contains mainly: green. Hex color #CACCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCC4 is #35333B. Grayscale: #CACACA. Windows color (decimal): -3486524 or 12897482. OLE color: 12897482.

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

Color convert

RGB 202 204 196 -
CMYK 0.01 0 0.04 0.2
HSL 75º 0.07% 0.78% -
HSV(B) 75º 0.04% 0.8% -
XYZ 55.91 59.73 60.81 -
YUV 202.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 202 204 196 0.01 0 0.04 0.2 75 0.07 0.78
Hex CA CC C4 1 0 4 14 4B 7 4E
Octal 312 314 304 1 0 4 24 113 7 116
Binary 11001010 11001100 11000100 1 0 100 10100 1001011 111 1001110

Color Harmonies of #CACCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCC4

Black with #CACCC4

Text Example


Text Example

White with #CACCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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