Html Css Color HEX #C8D2B4 Harp

📋 copy color: '#C8D2B4'

red 200 ◦ green 210 ◦ blue 180

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

Shades of Harp #C8D2B4

Tints of Harp #C8D2B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 30.51%

R = 33.9%
G = 35.59%
B = 30.51%

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

#C8D2B4 (or 0xC8D2B4) is known color: Harp. HEX triplet: C8, D2 and B4. RGB value is (200,210,180). Sum of RGB (Red+Green+Blue) = 200+210+180=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 210 (82.42% from 255 or 35.59% from 590); Blue value is 180 (70.70% from 255 or 30.51% from 590); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2B4 is #372D4B. Grayscale: #CBCBCB. Windows color (decimal): -3616076 or 11850440. OLE color: 11850440.

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

Color convert

RGB 200 210 180 -
CMYK 0.05 0 0.14 0.18
HSL 80º 0.25% 0.76% -
HSV(B) 80º 0.14% 0.82% -
XYZ 55.1 61.67 52.18 -
YUV 203.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 200 210 180 0.05 0 0.14 0.18 80 0.25 0.76
Hex C8 D2 B4 5 0 E 12 50 19 4C
Octal 310 322 264 5 0 16 22 120 31 114
Binary 11001000 11010010 10110100 101 0 1110 10010 1010000 11001 1001100

Color Harmonies of #C8D2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D2B4

Black with #C8D2B4

Text Example


Text Example

White with #C8D2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D2B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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