Html Css Color HEX #C6CAB4 Harp

📋 copy color: '#C6CAB4'

red 198 ◦ green 202 ◦ blue 180

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

Shades of Harp #C6CAB4

Tints of Harp #C6CAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.03%

R = 34.14%
G = 34.83%
B = 31.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C6CAB4 (or 0xC6CAB4) is known color: Harp. HEX triplet: C6, CA and B4. RGB value is (198,202,180). Sum of RGB (Red+Green+Blue) = 198+202+180=580 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.14% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 180 (70.70% from 255 or 31.03% from 580); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CAB4 is #39354B. Grayscale: #C6C6C6. Windows color (decimal): -3749196 or 11848390. OLE color: 11848390.

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

Color convert

RGB 198 202 180 -
CMYK 0.02 0 0.11 0.21
HSL 70.91º 0.17% 0.75% -
HSV(B) 70.91º 0.11% 0.79% -
XYZ 52.65 57.54 51.51 -
YUV 198.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 198 202 180 0.02 0 0.11 0.21 70.91 0.17 0.75
Hex C6 CA B4 2 0 B 15 47 11 4B
Octal 306 312 264 2 0 13 25 107 21 113
Binary 11000110 11001010 10110100 10 0 1011 10101 1000111 10001 1001011

Color Harmonies of #C6CAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CAB4

Black with #C6CAB4

Text Example


Text Example

White with #C6CAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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