Html Css Color HEX #C6CAB7 Harp

📋 copy color: '#C6CAB7'

red 198 ◦ green 202 ◦ blue 183

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

Shades of Harp #C6CAB7

Tints of Harp #C6CAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.39%

R = 33.96%
G = 34.65%
B = 31.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C6CAB7 (or 0xC6CAB7) is known color: Harp. HEX triplet: C6, CA and B7. RGB value is (198,202,183). Sum of RGB (Red+Green+Blue) = 198+202+183=583 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.96% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CAB7 is #393548. Grayscale: #C6C6C6. Windows color (decimal): -3749193 or 12044998. OLE color: 12044998.

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

Color convert

RGB 198 202 183 -
CMYK 0.02 0 0.09 0.21
HSL 72.63º 0.15% 0.75% -
HSV(B) 72.63º 0.09% 0.79% -
XYZ 52.96 57.67 53.14 -
YUV 198.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 198 202 183 0.02 0 0.09 0.21 72.63 0.15 0.75
Hex C6 CA B7 2 0 9 15 49 F 4B
Octal 306 312 267 2 0 11 25 111 17 113
Binary 11000110 11001010 10110111 10 0 1001 10101 1001001 1111 1001011

Color Harmonies of #C6CAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CAB7

Black with #C6CAB7

Text Example


Text Example

White with #C6CAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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