Html Css Color HEX #C7D2BA Harp

📋 copy color: '#C7D2BA'

red 199 ◦ green 210 ◦ blue 186

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

Shades of Harp #C7D2BA

Tints of Harp #C7D2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.29%

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

R = 33.45%
G = 35.29%
B = 31.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#C7D2BA (or 0xC7D2BA) is known color: Harp. HEX triplet: C7, D2 and BA. RGB value is (199,210,186). Sum of RGB (Red+Green+Blue) = 199+210+186=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2BA is #382D45. Grayscale: #CCCCCC. Windows color (decimal): -3681606 or 12243655. OLE color: 12243655.

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

Color convert

RGB 199 210 186 -
CMYK 0.05 0 0.11 0.18
HSL 87.5º 0.21% 0.78% -
HSV(B) 87.5º 0.11% 0.82% -
XYZ 55.46 61.78 55.46 -
YUV 203.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 199 210 186 0.05 0 0.11 0.18 87.5 0.21 0.78
Hex C7 D2 BA 5 0 B 12 57 15 4E
Octal 307 322 272 5 0 13 22 127 25 116
Binary 11000111 11010010 10111010 101 0 1011 10010 1010111 10101 1001110

Color Harmonies of #C7D2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D2BA

Black with #C7D2BA

Text Example


Text Example

White with #C7D2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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