Html Css Color HEX #C7CFBC Harp

📋 copy color: '#C7CFBC'

red 199 ◦ green 207 ◦ blue 188

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

Shades of Harp #C7CFBC

Tints of Harp #C7CFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.65%

R = 33.5%
G = 34.85%
B = 31.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#C7CFBC (or 0xC7CFBC) is known color: Harp. HEX triplet: C7, CF and BC. RGB value is (199,207,188). Sum of RGB (Red+Green+Blue) = 199+207+188=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #C7CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFBC is #383043. Grayscale: #CACACA. Windows color (decimal): -3682372 or 12373959. OLE color: 12373959.

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

Color convert

RGB 199 207 188 -
CMYK 0.04 0 0.09 0.19
HSL 85.26º 0.17% 0.77% -
HSV(B) 85.26º 0.09% 0.81% -
XYZ 54.94 60.4 56.34 -
YUV 202.44 119.85 125.54 -
System Red Green Blue C M Y K H S L
Decimal 199 207 188 0.04 0 0.09 0.19 85.26 0.17 0.77
Hex C7 CF BC 4 0 9 13 55 11 4D
Octal 307 317 274 4 0 11 23 125 21 115
Binary 11000111 11001111 10111100 100 0 1001 10011 1010101 10001 1001101

Color Harmonies of #C7CFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CFBC

Black with #C7CFBC

Text Example


Text Example

White with #C7CFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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