Html Css Color HEX #C6CABC Harp

📋 copy color: '#C6CABC'

red 198 ◦ green 202 ◦ blue 188

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

Shades of Harp #C6CABC

Tints of Harp #C6CABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.97%

R = 33.67%
G = 34.35%
B = 31.97%

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

#C6CABC (or 0xC6CABC) is known color: Harp. HEX triplet: C6, CA and BC. RGB value is (198,202,188). Sum of RGB (Red+Green+Blue) = 198+202+188=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CABC is #393543. Grayscale: #C7C7C7. Windows color (decimal): -3749188 or 12372678. OLE color: 12372678.

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

Color convert

RGB 198 202 188 -
CMYK 0.02 0 0.07 0.21
HSL 77.14º 0.12% 0.76% -
HSV(B) 77.14º 0.07% 0.79% -
XYZ 53.49 57.88 55.93 -
YUV 199.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 198 202 188 0.02 0 0.07 0.21 77.14 0.12 0.76
Hex C6 CA BC 2 0 7 15 4D C 4C
Octal 306 312 274 2 0 7 25 115 14 114
Binary 11000110 11001010 10111100 10 0 111 10101 1001101 1100 1001100

Color Harmonies of #C6CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CABC

Black with #C6CABC

Text Example


Text Example

White with #C6CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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