Html Css Color HEX #C7CFB4 Harp

📋 copy color: '#C7CFB4'

red 199 ◦ green 207 ◦ blue 180

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

Shades of Harp #C7CFB4

Tints of Harp #C7CFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.72%

R = 33.96%
G = 35.32%
B = 30.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#C7CFB4 (or 0xC7CFB4) is known color: Harp. HEX triplet: C7, CF and B4. RGB value is (199,207,180). Sum of RGB (Red+Green+Blue) = 199+207+180=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFB4 is #38304B. Grayscale: #C9C9C9. Windows color (decimal): -3682380 or 11849671. OLE color: 11849671.

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

Color convert

RGB 199 207 180 -
CMYK 0.04 0 0.13 0.19
HSL 77.78º 0.22% 0.76% -
HSV(B) 77.78º 0.13% 0.81% -
XYZ 54.1 60.06 51.92 -
YUV 201.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 199 207 180 0.04 0 0.13 0.19 77.78 0.22 0.76
Hex C7 CF B4 4 0 D 13 4E 16 4C
Octal 307 317 264 4 0 15 23 116 26 114
Binary 11000111 11001111 10110100 100 0 1101 10011 1001110 10110 1001100

Color Harmonies of #C7CFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFB4

Black with #C7CFB4

Text Example


Text Example

White with #C7CFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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