Html Css Color HEX #C7CDB1 Harp

📋 copy color: '#C7CDB1'

red 199 ◦ green 205 ◦ blue 177

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

Shades of Harp #C7CDB1

Tints of Harp #C7CDB1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.28%

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

R = 34.25%
G = 35.28%
B = 30.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#C7CDB1 (or 0xC7CDB1) is known color: Harp. HEX triplet: C7, CD and B1. RGB value is (199,205,177). Sum of RGB (Red+Green+Blue) = 199+205+177=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CDB1 is #38324E. Grayscale: #C8C8C8. Windows color (decimal): -3682895 or 11652551. OLE color: 11652551.

HSL color Cylindrical-coordinate representation of color #C7CDB1: hue angle of 72.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7CDB1 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 205 177 -
CMYK 0.03 0 0.14 0.20
HSL 72.86º 0.22% 0.75% -
HSV(B) 72.86º 0.14% 0.8% -
XYZ 53.32 58.98 50.17 -
YUV 200.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 199 205 177 0.03 0 0.14 0.20 72.86 0.22 0.75
Hex C7 CD B1 3 0 E 14 49 16 4B
Octal 307 315 261 3 0 16 24 111 26 113
Binary 11000111 11001101 10110001 11 0 1110 10100 1001001 10110 1001011

Color Harmonies of #C7CDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CDB1

Black with #C7CDB1

Text Example


Text Example

White with #C7CDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CDB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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