Html Css Color HEX #C8CEB4 Harp

📋 copy color: '#C8CEB4'

red 200 ◦ green 206 ◦ blue 180

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

Shades of Harp #C8CEB4

Tints of Harp #C8CEB4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.15%

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

R = 34.13%
G = 35.15%
B = 30.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#C8CEB4 (or 0xC8CEB4) is known color: Harp. HEX triplet: C8, CE and B4. RGB value is (200,206,180). Sum of RGB (Red+Green+Blue) = 200+206+180=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEB4 is #37314B. Grayscale: #C9C9C9. Windows color (decimal): -3617100 or 11849416. OLE color: 11849416.

HSL color Cylindrical-coordinate representation of color #C8CEB4: hue angle of 73.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8CEB4 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 206 180 -
CMYK 0.03 0 0.13 0.19
HSL 73.85º 0.21% 0.76% -
HSV(B) 73.85º 0.13% 0.81% -
XYZ 54.13 59.72 51.85 -
YUV 201.24 116.01 127.11 -
System Red Green Blue C M Y K H S L
Decimal 200 206 180 0.03 0 0.13 0.19 73.85 0.21 0.76
Hex C8 CE B4 3 0 D 13 4A 15 4C
Octal 310 316 264 3 0 15 23 112 25 114
Binary 11001000 11001110 10110100 11 0 1101 10011 1001010 10101 1001100

Color Harmonies of #C8CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CEB4

Black with #C8CEB4

Text Example


Text Example

White with #C8CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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