Html Css Color HEX #C4CABA Harp

📋 copy color: '#C4CABA'

red 196 ◦ green 202 ◦ blue 186

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

Shades of Harp #C4CABA

Tints of Harp #C4CABA

RGB

 RED value IS 196 (76.95% from 255) = 33.56%

 GREEN value IS 202 (79.3% from 255) = 34.59%

 BLUE value IS 186 (73.05% from 255) = 31.85%

R = 33.56%
G = 34.59%
B = 31.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C4CABA (or 0xC4CABA) is known color: Harp. HEX triplet: C4, CA and BA. RGB value is (196,202,186). Sum of RGB (Red+Green+Blue) = 196+202+186=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CABA is #3B3545. Grayscale: #C6C6C6. Windows color (decimal): -3880262 or 12241604. OLE color: 12241604.

HSL color Cylindrical-coordinate representation of color #C4CABA: hue angle of 82.5º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4CABA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 186 -
CMYK 0.03 0 0.08 0.21
HSL 82.5º 0.13% 0.76% -
HSV(B) 82.5º 0.08% 0.79% -
XYZ 52.75 57.52 54.78 -
YUV 198.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 196 202 186 0.03 0 0.08 0.21 82.5 0.13 0.76
Hex C4 CA BA 3 0 8 15 52 D 4C
Octal 304 312 272 3 0 10 25 122 15 114
Binary 11000100 11001010 10111010 11 0 1000 10101 1010010 1101 1001100

Color Harmonies of #C4CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CABA

Black with #C4CABA

Text Example


Text Example

White with #C4CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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