Html Css Color HEX #C8D2B5 Harp

📋 copy color: '#C8D2B5'

red 200 ◦ green 210 ◦ blue 181

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

Shades of Harp #C8D2B5

Tints of Harp #C8D2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 30.63%

R = 33.84%
G = 35.53%
B = 30.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#C8D2B5 (or 0xC8D2B5) is known color: Harp. HEX triplet: C8, D2 and B5. RGB value is (200,210,181). Sum of RGB (Red+Green+Blue) = 200+210+181=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 181 (71.09% from 255 or 30.63% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2B5 is #372D4A. Grayscale: #CBCBCB. Windows color (decimal): -3616075 or 11915976. OLE color: 11915976.

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

Color convert

RGB 200 210 181 -
CMYK 0.05 0 0.14 0.18
HSL 80.69º 0.24% 0.77% -
HSV(B) 80.69º 0.14% 0.82% -
XYZ 55.21 61.71 52.72 -
YUV 203.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 200 210 181 0.05 0 0.14 0.18 80.69 0.24 0.77
Hex C8 D2 B5 5 0 E 12 51 18 4D
Octal 310 322 265 5 0 16 22 121 30 115
Binary 11001000 11010010 10110101 101 0 1110 10010 1010001 11000 1001101

Color Harmonies of #C8D2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D2B5

Black with #C8D2B5

Text Example


Text Example

White with #C8D2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D2B5; }

 p { color: rgb(200,210,181); }

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

background-color css

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

 a { background-color: rgb(200,210,181); }

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

border-color css

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

 span { border-color: rgb(200,210,181); }

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