Html Css Color HEX #C7D0BB Harp

📋 copy color: '#C7D0BB'

red 199 ◦ green 208 ◦ blue 187

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

Shades of Harp #C7D0BB

Tints of Harp #C7D0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.02%

 BLUE value IS 187 (73.44% from 255) = 31.48%

R = 33.5%
G = 35.02%
B = 31.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#C7D0BB (or 0xC7D0BB) is known color: Harp. HEX triplet: C7, D0 and BB. RGB value is (199,208,187). Sum of RGB (Red+Green+Blue) = 199+208+187=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0BB is #382F44. Grayscale: #CACACA. Windows color (decimal): -3682117 or 12308679. OLE color: 12308679.

HSL color Cylindrical-coordinate representation of color #C7D0BB: hue angle of 85.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7D0BB is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 208 187 -
CMYK 0.04 0 0.10 0.18
HSL 85.71º 0.18% 0.77% -
HSV(B) 85.71º 0.1% 0.82% -
XYZ 55.08 60.84 55.85 -
YUV 202.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 199 208 187 0.04 0 0.10 0.18 85.71 0.18 0.77
Hex C7 D0 BB 4 0 A 12 56 12 4D
Octal 307 320 273 4 0 12 22 126 22 115
Binary 11000111 11010000 10111011 100 0 1010 10010 1010110 10010 1001101

Color Harmonies of #C7D0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D0BB

Black with #C7D0BB

Text Example


Text Example

White with #C7D0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D0BB; }

 p { color: rgb(199,208,187); }

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

background-color css

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

 a { background-color: rgb(199,208,187); }

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

border-color css

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

 span { border-color: rgb(199,208,187); }

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