Html Css Color HEX #C6CABB Harp

📋 copy color: '#C6CABB'

red 198 ◦ green 202 ◦ blue 187

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

Shades of Harp #C6CABB

Tints of Harp #C6CABB

RGB

 RED value IS 198 (77.73% from 255) = 33.73%

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

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

R = 33.73%
G = 34.41%
B = 31.86%

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

#C6CABB (or 0xC6CABB) is known color: Harp. HEX triplet: C6, CA and BB. RGB value is (198,202,187). Sum of RGB (Red+Green+Blue) = 198+202+187=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CABB is #393544. Grayscale: #C7C7C7. Windows color (decimal): -3749189 or 12307142. OLE color: 12307142.

HSL color Cylindrical-coordinate representation of color #C6CABB: hue angle of 76º 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 #C6CABB is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 202 187 -
CMYK 0.02 0 0.07 0.21
HSL 76º 0.12% 0.76% -
HSV(B) 76º 0.07% 0.79% -
XYZ 53.38 57.83 55.36 -
YUV 199.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 198 202 187 0.02 0 0.07 0.21 76 0.12 0.76
Hex C6 CA BB 2 0 7 15 4C C 4C
Octal 306 312 273 2 0 7 25 114 14 114
Binary 11000110 11001010 10111011 10 0 111 10101 1001100 1100 1001100

Color Harmonies of #C6CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CABB

Black with #C6CABB

Text Example


Text Example

White with #C6CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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