Html Css Color HEX #C5CABB Harp

📋 copy color: '#C5CABB'

red 197 ◦ green 202 ◦ blue 187

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

Shades of Harp #C5CABB

Tints of Harp #C5CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.47%

 BLUE value IS 187 (73.44% from 255) = 31.91%

R = 33.62%
G = 34.47%
B = 31.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C5CABB (or 0xC5CABB) is known color: Harp. HEX triplet: C5, CA and BB. RGB value is (197,202,187). Sum of RGB (Red+Green+Blue) = 197+202+187=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CABB is #3A3544. Grayscale: #C6C6C6. Windows color (decimal): -3814725 or 12307141. OLE color: 12307141.

HSL color Cylindrical-coordinate representation of color #C5CABB: hue angle of 80º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5CABB is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 202 187 -
CMYK 0.02 0 0.07 0.21
HSL 80º 0.12% 0.76% -
HSV(B) 80º 0.07% 0.79% -
XYZ 53.12 57.7 55.35 -
YUV 198.8 121.34 126.72 -
System Red Green Blue C M Y K H S L
Decimal 197 202 187 0.02 0 0.07 0.21 80 0.12 0.76
Hex C5 CA BB 2 0 7 15 50 C 4C
Octal 305 312 273 2 0 7 25 120 14 114
Binary 11000101 11001010 10111011 10 0 111 10101 1010000 1100 1001100

Color Harmonies of #C5CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CABB

Black with #C5CABB

Text Example


Text Example

White with #C5CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CABB; }

 p { color: rgb(197,202,187); }

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

background-color css

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

 a { background-color: rgb(197,202,187); }

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

border-color css

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

 span { border-color: rgb(197,202,187); }

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