Html Css Color HEX #C8D2BB Harp

📋 copy color: '#C8D2BB'

red 200 ◦ green 210 ◦ blue 187

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

Shades of Harp #C8D2BB

Tints of Harp #C8D2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.32%

R = 33.5%
G = 35.18%
B = 31.32%

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

#C8D2BB (or 0xC8D2BB) is known color: Harp. HEX triplet: C8, D2 and BB. RGB value is (200,210,187). Sum of RGB (Red+Green+Blue) = 200+210+187=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 187 (73.44% from 255 or 31.32% from 597); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2BB is #372D44. Grayscale: #CCCCCC. Windows color (decimal): -3616069 or 12309192. OLE color: 12309192.

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

Color convert

RGB 200 210 187 -
CMYK 0.05 0 0.11 0.18
HSL 86.09º 0.2% 0.78% -
HSV(B) 86.09º 0.11% 0.82% -
XYZ 55.84 61.96 56.03 -
YUV 204.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 200 210 187 0.05 0 0.11 0.18 86.09 0.2 0.78
Hex C8 D2 BB 5 0 B 12 56 14 4E
Octal 310 322 273 5 0 13 22 126 24 116
Binary 11001000 11010010 10111011 101 0 1011 10010 1010110 10100 1001110

Color Harmonies of #C8D2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D2BB

Black with #C8D2BB

Text Example


Text Example

White with #C8D2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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