Html Css Color HEX #C8D0B9 Harp

📋 copy color: '#C8D0B9'

red 200 ◦ green 208 ◦ blue 185

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

Shades of Harp #C8D0B9

Tints of Harp #C8D0B9

RGB

 RED value IS 200 (78.52% from 255) = 33.73%

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

 BLUE value IS 185 (72.66% from 255) = 31.2%

R = 33.73%
G = 35.08%
B = 31.2%

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

#C8D0B9 (or 0xC8D0B9) is known color: Harp. HEX triplet: C8, D0 and B9. RGB value is (200,208,185). Sum of RGB (Red+Green+Blue) = 200+208+185=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D0B9 is #372F46. Grayscale: #CBCBCB. Windows color (decimal): -3616583 or 12177608. OLE color: 12177608.

HSL color Cylindrical-coordinate representation of color #C8D0B9: hue angle of 80.87º degrees, saturation: 0.2, 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 #C8D0B9 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 208 185 -
CMYK 0.04 0 0.11 0.18
HSL 80.87º 0.2% 0.77% -
HSV(B) 80.87º 0.11% 0.82% -
XYZ 55.13 60.89 54.75 -
YUV 202.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 200 208 185 0.04 0 0.11 0.18 80.87 0.2 0.77
Hex C8 D0 B9 4 0 B 12 51 14 4D
Octal 310 320 271 4 0 13 22 121 24 115
Binary 11001000 11010000 10111001 100 0 1011 10010 1010001 10100 1001101

Color Harmonies of #C8D0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D0B9

Black with #C8D0B9

Text Example


Text Example

White with #C8D0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D0B9; }

 p { color: rgb(200,208,185); }

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

background-color css

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

 a { background-color: rgb(200,208,185); }

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

border-color css

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

 span { border-color: rgb(200,208,185); }

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