Html Css Color HEX #C7D0BA Harp

📋 copy color: '#C7D0BA'

red 199 ◦ green 208 ◦ blue 186

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

Shades of Harp #C7D0BA

Tints of Harp #C7D0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 33.56%
G = 35.08%
B = 31.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#C7D0BA (or 0xC7D0BA) is known color: Harp. HEX triplet: C7, D0 and BA. RGB value is (199,208,186). Sum of RGB (Red+Green+Blue) = 199+208+186=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0BA is #382F45. Grayscale: #CACACA. Windows color (decimal): -3682118 or 12243143. OLE color: 12243143.

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

Color convert

RGB 199 208 186 -
CMYK 0.04 0 0.11 0.18
HSL 84.55º 0.19% 0.77% -
HSV(B) 84.55º 0.11% 0.82% -
XYZ 54.97 60.8 55.29 -
YUV 202.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 199 208 186 0.04 0 0.11 0.18 84.55 0.19 0.77
Hex C7 D0 BA 4 0 B 12 55 13 4D
Octal 307 320 272 4 0 13 22 125 23 115
Binary 11000111 11010000 10111010 100 0 1011 10010 1010101 10011 1001101

Color Harmonies of #C7D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D0BA

Black with #C7D0BA

Text Example


Text Example

White with #C7D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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