Html Css Color HEX #C8D0AF Harp

📋 copy color: '#C8D0AF'

red 200 ◦ green 208 ◦ blue 175

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

Shades of Harp #C8D0AF

Tints of Harp #C8D0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.02%

R = 34.31%
G = 35.68%
B = 30.02%

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

#C8D0AF (or 0xC8D0AF) is known color: Harp. HEX triplet: C8, D0 and AF. RGB value is (200,208,175). Sum of RGB (Red+Green+Blue) = 200+208+175=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D0AF is #372F50. Grayscale: #C9C9C9. Windows color (decimal): -3616593 or 11522248. OLE color: 11522248.

HSL color Cylindrical-coordinate representation of color #C8D0AF: hue angle of 74.55º degrees, saturation: 0.26, 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 #C8D0AF is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 208 175 -
CMYK 0.04 0 0.16 0.18
HSL 74.55º 0.26% 0.75% -
HSV(B) 74.55º 0.16% 0.82% -
XYZ 54.11 60.49 49.38 -
YUV 201.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 200 208 175 0.04 0 0.16 0.18 74.55 0.26 0.75
Hex C8 D0 AF 4 0 10 12 4B 1A 4B
Octal 310 320 257 4 0 20 22 113 32 113
Binary 11001000 11010000 10101111 100 0 10000 10010 1001011 11010 1001011

Color Harmonies of #C8D0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D0AF

Black with #C8D0AF

Text Example


Text Example

White with #C8D0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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