Html Css Color HEX #C6CABF Harp

📋 copy color: '#C6CABF'

red 198 ◦ green 202 ◦ blue 191

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

Shades of Harp #C6CABF

Tints of Harp #C6CABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 32.32%

R = 33.5%
G = 34.18%
B = 32.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C6CABF (or 0xC6CABF) is known color: Harp. HEX triplet: C6, CA and BF. RGB value is (198,202,191). Sum of RGB (Red+Green+Blue) = 198+202+191=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CABF is #393540. Grayscale: #C7C7C7. Windows color (decimal): -3749185 or 12569286. OLE color: 12569286.

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

Color convert

RGB 198 202 191 -
CMYK 0.02 0 0.05 0.21
HSL 81.82º 0.09% 0.77% -
HSV(B) 81.82º 0.05% 0.79% -
XYZ 53.81 58.01 57.65 -
YUV 199.55 123.17 126.89 -
System Red Green Blue C M Y K H S L
Decimal 198 202 191 0.02 0 0.05 0.21 81.82 0.09 0.77
Hex C6 CA BF 2 0 5 15 52 9 4D
Octal 306 312 277 2 0 5 25 122 11 115
Binary 11000110 11001010 10111111 10 0 101 10101 1010010 1001 1001101

Color Harmonies of #C6CABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CABF

Black with #C6CABF

Text Example


Text Example

White with #C6CABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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