Html Css Color HEX #C6CABE Harp

📋 copy color: '#C6CABE'

red 198 ◦ green 202 ◦ blue 190

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

Shades of Harp #C6CABE

Tints of Harp #C6CABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 33.56%
G = 34.24%
B = 32.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C6CABE (or 0xC6CABE) is known color: Harp. HEX triplet: C6, CA and BE. RGB value is (198,202,190). Sum of RGB (Red+Green+Blue) = 198+202+190=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CABE is #393541. Grayscale: #C7C7C7. Windows color (decimal): -3749186 or 12503750. OLE color: 12503750.

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

Color convert

RGB 198 202 190 -
CMYK 0.02 0 0.06 0.21
HSL 80º 0.1% 0.77% -
HSV(B) 80º 0.06% 0.79% -
XYZ 53.7 57.96 57.07 -
YUV 199.44 122.67 126.98 -
System Red Green Blue C M Y K H S L
Decimal 198 202 190 0.02 0 0.06 0.21 80 0.1 0.77
Hex C6 CA BE 2 0 6 15 50 A 4D
Octal 306 312 276 2 0 6 25 120 12 115
Binary 11000110 11001010 10111110 10 0 110 10101 1010000 1010 1001101

Color Harmonies of #C6CABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CABE

Black with #C6CABE

Text Example


Text Example

White with #C6CABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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