Html Css Color HEX #C7CFB9 Harp

📋 copy color: '#C7CFB9'

red 199 ◦ green 207 ◦ blue 185

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

Shades of Harp #C7CFB9

Tints of Harp #C7CFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.03%

 BLUE value IS 185 (72.66% from 255) = 31.3%

R = 33.67%
G = 35.03%
B = 31.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#C7CFB9 (or 0xC7CFB9) is known color: Harp. HEX triplet: C7, CF and B9. RGB value is (199,207,185). Sum of RGB (Red+Green+Blue) = 199+207+185=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFB9 is #383046. Grayscale: #CACACA. Windows color (decimal): -3682375 or 12177351. OLE color: 12177351.

HSL color Cylindrical-coordinate representation of color #C7CFB9: hue angle of 81.82º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7CFB9 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 207 185 -
CMYK 0.04 0 0.11 0.19
HSL 81.82º 0.19% 0.77% -
HSV(B) 81.82º 0.11% 0.81% -
XYZ 54.62 60.27 54.65 -
YUV 202.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 199 207 185 0.04 0 0.11 0.19 81.82 0.19 0.77
Hex C7 CF B9 4 0 B 13 52 13 4D
Octal 307 317 271 4 0 13 23 122 23 115
Binary 11000111 11001111 10111001 100 0 1011 10011 1010010 10011 1001101

Color Harmonies of #C7CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFB9

Black with #C7CFB9

Text Example


Text Example

White with #C7CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFB9; }

 p { color: rgb(199,207,185); }

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

background-color css

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

 a { background-color: rgb(199,207,185); }

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

border-color css

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

 span { border-color: rgb(199,207,185); }

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