Html Css Color HEX #C7CCB1 Harp

📋 copy color: '#C7CCB1'

red 199 ◦ green 204 ◦ blue 177

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

Shades of Harp #C7CCB1

Tints of Harp #C7CCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

 BLUE value IS 177 (69.53% from 255) = 30.52%

R = 34.31%
G = 35.17%
B = 30.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#C7CCB1 (or 0xC7CCB1) is known color: Harp. HEX triplet: C7, CC and B1. RGB value is (199,204,177). Sum of RGB (Red+Green+Blue) = 199+204+177=580 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.31% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCB1 is #38334E. Grayscale: #C7C7C7. Windows color (decimal): -3683151 or 11652295. OLE color: 11652295.

HSL color Cylindrical-coordinate representation of color #C7CCB1: hue angle of 71.11º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7CCB1 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 204 177 -
CMYK 0.02 0 0.13 0.2
HSL 71.11º 0.21% 0.75% -
HSV(B) 71.11º 0.13% 0.8% -
XYZ 53.08 58.5 50.09 -
YUV 199.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 199 204 177 0.02 0 0.13 0.2 71.11 0.21 0.75
Hex C7 CC B1 2 0 D 14 47 15 4B
Octal 307 314 261 2 0 15 24 107 25 113
Binary 11000111 11001100 10110001 10 0 1101 10100 1000111 10101 1001011

Color Harmonies of #C7CCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCB1

Black with #C7CCB1

Text Example


Text Example

White with #C7CCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCB1; }

 p { color: rgb(199,204,177); }

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

background-color css

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

 a { background-color: rgb(199,204,177); }

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

border-color css

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

 span { border-color: rgb(199,204,177); }

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