Html Css Color HEX #C8D0AE Harp

📋 copy color: '#C8D0AE'

red 200 ◦ green 208 ◦ blue 174

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

Shades of Harp #C8D0AE

Tints of Harp #C8D0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.9%

R = 34.36%
G = 35.74%
B = 29.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#C8D0AE (or 0xC8D0AE) is known color: Harp. HEX triplet: C8, D0 and AE. RGB value is (200,208,174). Sum of RGB (Red+Green+Blue) = 200+208+174=582 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.36% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D0AE is #372F51. Grayscale: #C9C9C9. Windows color (decimal): -3616594 or 11456712. OLE color: 11456712.

HSL color Cylindrical-coordinate representation of color #C8D0AE: hue angle of 74.12º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8D0AE is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 208 174 -
CMYK 0.04 0 0.16 0.18
HSL 74.12º 0.27% 0.75% -
HSV(B) 74.12º 0.16% 0.82% -
XYZ 54.02 60.45 48.86 -
YUV 201.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 200 208 174 0.04 0 0.16 0.18 74.12 0.27 0.75
Hex C8 D0 AE 4 0 10 12 4A 1B 4B
Octal 310 320 256 4 0 20 22 112 33 113
Binary 11001000 11010000 10101110 100 0 10000 10010 1001010 11011 1001011

Color Harmonies of #C8D0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D0AE

Black with #C8D0AE

Text Example


Text Example

White with #C8D0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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