Html Css Color HEX #C5CBB5 Harp

📋 copy color: '#C5CBB5'

red 197 ◦ green 203 ◦ blue 181

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

Shades of Harp #C5CBB5

Tints of Harp #C5CBB5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.94%

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

R = 33.91%
G = 34.94%
B = 31.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#C5CBB5 (or 0xC5CBB5) is known color: Harp. HEX triplet: C5, CB and B5. RGB value is (197,203,181). Sum of RGB (Red+Green+Blue) = 197+203+181=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBB5 is #3A344A. Grayscale: #C6C6C6. Windows color (decimal): -3814475 or 11914181. OLE color: 11914181.

HSL color Cylindrical-coordinate representation of color #C5CBB5: hue angle of 76.36º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5CBB5 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 203 181 -
CMYK 0.03 0 0.11 0.20
HSL 76.36º 0.17% 0.75% -
HSV(B) 76.36º 0.11% 0.8% -
XYZ 52.72 57.92 52.12 -
YUV 198.7 118.01 126.79 -
System Red Green Blue C M Y K H S L
Decimal 197 203 181 0.03 0 0.11 0.20 76.36 0.17 0.75
Hex C5 CB B5 3 0 B 14 4C 11 4B
Octal 305 313 265 3 0 13 24 114 21 113
Binary 11000101 11001011 10110101 11 0 1011 10100 1001100 10001 1001011

Color Harmonies of #C5CBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBB5

Black with #C5CBB5

Text Example


Text Example

White with #C5CBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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