Html Css Color HEX #C6707A Charm

📋 copy color: '#C6707A'

red 198 ◦ green 112 ◦ blue 122

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

Shades of Charm #C6707A

Tints of Charm #C6707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.93%

 BLUE value IS 122 (48.05% from 255) = 28.24%

R = 45.83%
G = 25.93%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C6707A (or 0xC6707A) is known color: Charm. HEX triplet: C6, 70 and 7A. RGB value is (198,112,122). Sum of RGB (Red+Green+Blue) = 198+112+122=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C6707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6707A is #398F85. Grayscale: #8A8A8A. Windows color (decimal): -3772294 or 8024262. OLE color: 8024262.

HSL color Cylindrical-coordinate representation of color #C6707A: hue angle of 353.02º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6707A is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 112 122 -
CMYK 0 0.43 0.38 0.22
HSL 353.02º 0.43% 0.61% -
HSV(B) 353.02º 0.43% 0.78% -
XYZ 32.6 25 21.52 -
YUV 138.85 118.49 170.19 -
System Red Green Blue C M Y K H S L
Decimal 198 112 122 0 0.43 0.38 0.22 353.02 0.43 0.61
Hex C6 70 7A 0 2B 26 16 161 2B 3D
Octal 306 160 172 0 53 46 26 541 53 75
Binary 11000110 1110000 1111010 0 101011 100110 10110 101100001 101011 111101

Color Harmonies of #C6707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6707A

Black with #C6707A

Text Example


Text Example

White with #C6707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6707A; }

 p { color: rgb(198,112,122); }

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

background-color css

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

 a { background-color: rgb(198,112,122); }

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

border-color css

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

 span { border-color: rgb(198,112,122); }

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