Html Css Color HEX #C3707E Charm

📋 copy color: '#C3707E'

red 195 ◦ green 112 ◦ blue 126

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

Shades of Charm #C3707E

Tints of Charm #C3707E

RGB

 RED value IS 195 (76.56% from 255) = 45.03%

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

 BLUE value IS 126 (49.61% from 255) = 29.1%

R = 45.03%
G = 25.87%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3707E (or 0xC3707E) is known color: Charm. HEX triplet: C3, 70 and 7E. RGB value is (195,112,126). Sum of RGB (Red+Green+Blue) = 195+112+126=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3707E is #3C8F81. Grayscale: #8A8A8A. Windows color (decimal): -3968898 or 8286403. OLE color: 8286403.

HSL color Cylindrical-coordinate representation of color #C3707E: hue angle of 349.88º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C3707E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 126 -
CMYK 0 0.43 0.35 0.24
HSL 349.88º 0.41% 0.6% -
HSV(B) 349.88º 0.43% 0.76% -
XYZ 32.07 24.7 22.82 -
YUV 138.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 195 112 126 0 0.43 0.35 0.24 349.88 0.41 0.6
Hex C3 70 7E 0 2B 23 18 15E 29 3C
Octal 303 160 176 0 53 43 30 536 51 74
Binary 11000011 1110000 1111110 0 101011 100011 11000 101011110 101001 111100

Color Harmonies of #C3707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3707E

Black with #C3707E

Text Example


Text Example

White with #C3707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3707E; }

 p { color: rgb(195,112,126); }

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

background-color css

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

 a { background-color: rgb(195,112,126); }

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

border-color css

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

 span { border-color: rgb(195,112,126); }

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