Html Css Color HEX #C7D0B8 Harp

📋 copy color: '#C7D0B8'

red 199 ◦ green 208 ◦ blue 184

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

Shades of Harp #C7D0B8

Tints of Harp #C7D0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.13%

R = 33.67%
G = 35.19%
B = 31.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#C7D0B8 (or 0xC7D0B8) is known color: Harp. HEX triplet: C7, D0 and B8. RGB value is (199,208,184). Sum of RGB (Red+Green+Blue) = 199+208+184=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 184 (72.27% from 255 or 31.13% from 591); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0B8 is #382F47. Grayscale: #CACACA. Windows color (decimal): -3682120 or 12112071. OLE color: 12112071.

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

Color convert

RGB 199 208 184 -
CMYK 0.04 0 0.12 0.18
HSL 82.5º 0.2% 0.77% -
HSV(B) 82.5º 0.12% 0.82% -
XYZ 54.76 60.71 54.18 -
YUV 202.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 199 208 184 0.04 0 0.12 0.18 82.5 0.2 0.77
Hex C7 D0 B8 4 0 C 12 52 14 4D
Octal 307 320 270 4 0 14 22 122 24 115
Binary 11000111 11010000 10111000 100 0 1100 10010 1010010 10100 1001101

Color Harmonies of #C7D0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D0B8

Black with #C7D0B8

Text Example


Text Example

White with #C7D0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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