Html Css Color HEX #C5C8B6 Harp

📋 copy color: '#C5C8B6'

red 197 ◦ green 200 ◦ blue 182

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

Shades of Harp #C5C8B6

Tints of Harp #C5C8B6

RGB

 RED value IS 197 (77.34% from 255) = 34.02%

 GREEN value IS 200 (78.52% from 255) = 34.54%

 BLUE value IS 182 (71.48% from 255) = 31.43%

R = 34.02%
G = 34.54%
B = 31.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C5C8B6 (or 0xC5C8B6) is known color: Harp. HEX triplet: C5, C8 and B6. RGB value is (197,200,182). Sum of RGB (Red+Green+Blue) = 197+200+182=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 200 (78.52% from 255 or 34.54% from 579); Blue value is 182 (71.48% from 255 or 31.43% from 579); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8B6 is #3A3749. Grayscale: #C5C5C5. Windows color (decimal): -3815242 or 11978949. OLE color: 11978949.

HSL color Cylindrical-coordinate representation of color #C5C8B6: hue angle of 70º degrees, saturation: 0.14, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5C8B6 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 200 182 -
CMYK 0.02 0 0.09 0.22
HSL 70º 0.14% 0.75% -
HSV(B) 70º 0.09% 0.78% -
XYZ 52.12 56.56 52.43 -
YUV 197.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 197 200 182 0.02 0 0.09 0.22 70 0.14 0.75
Hex C5 C8 B6 2 0 9 16 46 E 4B
Octal 305 310 266 2 0 11 26 106 16 113
Binary 11000101 11001000 10110110 10 0 1001 10110 1000110 1110 1001011

Color Harmonies of #C5C8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C8B6

Black with #C5C8B6

Text Example


Text Example

White with #C5C8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C8B6; }

 p { color: rgb(197,200,182); }

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

background-color css

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

 a { background-color: rgb(197,200,182); }

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

border-color css

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

 span { border-color: rgb(197,200,182); }

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