Html Css Color HEX #C7CAB6 Harp

📋 copy color: '#C7CAB6'

red 199 ◦ green 202 ◦ blue 182

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

Shades of Harp #C7CAB6

Tints of Harp #C7CAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.22%

R = 34.13%
G = 34.65%
B = 31.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C7CAB6 (or 0xC7CAB6) is known color: Harp. HEX triplet: C7, CA and B6. RGB value is (199,202,182). Sum of RGB (Red+Green+Blue) = 199+202+182=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CAB6 is #383549. Grayscale: #C6C6C6. Windows color (decimal): -3683658 or 11979463. OLE color: 11979463.

HSL color Cylindrical-coordinate representation of color #C7CAB6: hue angle of 69º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CAB6 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 202 182 -
CMYK 0.01 0 0.10 0.21
HSL 69º 0.16% 0.75% -
HSV(B) 69º 0.1% 0.79% -
XYZ 53.12 57.76 52.61 -
YUV 198.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 199 202 182 0.01 0 0.10 0.21 69 0.16 0.75
Hex C7 CA B6 1 0 A 15 45 10 4B
Octal 307 312 266 1 0 12 25 105 20 113
Binary 11000111 11001010 10110110 1 0 1010 10101 1000101 10000 1001011

Color Harmonies of #C7CAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CAB6

Black with #C7CAB6

Text Example


Text Example

White with #C7CAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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