Html Css Color HEX #C3707D Charm

📋 copy color: '#C3707D'

red 195 ◦ green 112 ◦ blue 125

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

Shades of Charm #C3707D

Tints of Charm #C3707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 45.14%
G = 25.93%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3707D (or 0xC3707D) is known color: Charm. HEX triplet: C3, 70 and 7D. RGB value is (195,112,125). Sum of RGB (Red+Green+Blue) = 195+112+125=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3707D is #3C8F82. Grayscale: #8A8A8A. Windows color (decimal): -3968899 or 8220867. OLE color: 8220867.

HSL color Cylindrical-coordinate representation of color #C3707D: hue angle of 350.6º 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 #C3707D is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 125 -
CMYK 0 0.43 0.36 0.24
HSL 350.6º 0.41% 0.6% -
HSV(B) 350.6º 0.43% 0.76% -
XYZ 32 24.67 22.48 -
YUV 138.3 120.5 168.44 -
System Red Green Blue C M Y K H S L
Decimal 195 112 125 0 0.43 0.36 0.24 350.6 0.41 0.6
Hex C3 70 7D 0 2B 24 18 15F 29 3C
Octal 303 160 175 0 53 44 30 537 51 74
Binary 11000011 1110000 1111101 0 101011 100100 11000 101011111 101001 111100

Color Harmonies of #C3707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3707D

Black with #C3707D

Text Example


Text Example

White with #C3707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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