Html Css Color HEX #C6CAC1 Harp

📋 copy color: '#C6CAC1'

red 198 ◦ green 202 ◦ blue 193

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

Shades of Harp #C6CAC1

Tints of Harp #C6CAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.55%

R = 33.39%
G = 34.06%
B = 32.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C6CAC1 (or 0xC6CAC1) is known color: Harp. HEX triplet: C6, CA and C1. RGB value is (198,202,193). Sum of RGB (Red+Green+Blue) = 198+202+193=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CAC1 is #39353E. Grayscale: #C7C7C7. Windows color (decimal): -3749183 or 12700358. OLE color: 12700358.

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

Color convert

RGB 198 202 193 -
CMYK 0.02 0 0.04 0.21
HSL 86.67º 0.08% 0.77% -
HSV(B) 86.67º 0.04% 0.79% -
XYZ 54.03 58.1 58.82 -
YUV 199.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 198 202 193 0.02 0 0.04 0.21 86.67 0.08 0.77
Hex C6 CA C1 2 0 4 15 57 8 4D
Octal 306 312 301 2 0 4 25 127 10 115
Binary 11000110 11001010 11000001 10 0 100 10101 1010111 1000 1001101

Color Harmonies of #C6CAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CAC1

Black with #C6CAC1

Text Example


Text Example

White with #C6CAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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