Html Css Color HEX #C5C8B5 Harp

📋 copy color: '#C5C8B5'

red 197 ◦ green 200 ◦ blue 181

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

Shades of Harp #C5C8B5

Tints of Harp #C5C8B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.31%

R = 34.08%
G = 34.6%
B = 31.31%

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

#C5C8B5 (or 0xC5C8B5) is known color: Harp. HEX triplet: C5, C8 and B5. RGB value is (197,200,181). Sum of RGB (Red+Green+Blue) = 197+200+181=578 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.08% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8B5 is #3A374A. Grayscale: #C5C5C5. Windows color (decimal): -3815243 or 11913413. OLE color: 11913413.

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

Color convert

RGB 197 200 181 -
CMYK 0.02 0 0.09 0.22
HSL 69.47º 0.15% 0.75% -
HSV(B) 69.47º 0.1% 0.78% -
XYZ 52.02 56.52 51.88 -
YUV 196.94 119.01 128.04 -
System Red Green Blue C M Y K H S L
Decimal 197 200 181 0.02 0 0.09 0.22 69.47 0.15 0.75
Hex C5 C8 B5 2 0 9 16 45 F 4B
Octal 305 310 265 2 0 11 26 105 17 113
Binary 11000101 11001000 10110101 10 0 1001 10110 1000101 1111 1001011

Color Harmonies of #C5C8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C8B5

Black with #C5C8B5

Text Example


Text Example

White with #C5C8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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