Html Css Color HEX #C7CABA Harp

📋 copy color: '#C7CABA'

red 199 ◦ green 202 ◦ blue 186

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

Shades of Harp #C7CABA

Tints of Harp #C7CABA

RGB

 RED value IS 199 (78.13% from 255) = 33.9%

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

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

R = 33.9%
G = 34.41%
B = 31.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C7CABA (or 0xC7CABA) is known color: Harp. HEX triplet: C7, CA and BA. RGB value is (199,202,186). Sum of RGB (Red+Green+Blue) = 199+202+186=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CABA is #383545. Grayscale: #C7C7C7. Windows color (decimal): -3683654 or 12241607. OLE color: 12241607.

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

Color convert

RGB 199 202 186 -
CMYK 0.01 0 0.08 0.21
HSL 71.25º 0.13% 0.76% -
HSV(B) 71.25º 0.08% 0.79% -
XYZ 53.54 57.93 54.81 -
YUV 199.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 199 202 186 0.01 0 0.08 0.21 71.25 0.13 0.76
Hex C7 CA BA 1 0 8 15 47 D 4C
Octal 307 312 272 1 0 10 25 107 15 114
Binary 11000111 11001010 10111010 1 0 1000 10101 1000111 1101 1001100

Color Harmonies of #C7CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CABA

Black with #C7CABA

Text Example


Text Example

White with #C7CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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