Html Css Color HEX #C3708A Charm

📋 copy color: '#C3708A'

red 195 ◦ green 112 ◦ blue 138

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

Shades of Charm #C3708A

Tints of Charm #C3708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 43.82%
G = 25.17%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3708A (or 0xC3708A) is known color: Charm. HEX triplet: C3, 70 and 8A. RGB value is (195,112,138). Sum of RGB (Red+Green+Blue) = 195+112+138=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3708A is #3C8F75. Grayscale: #8B8B8B. Windows color (decimal): -3968886 or 9072835. OLE color: 9072835.

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

Color convert

RGB 195 112 138 -
CMYK 0 0.43 0.29 0.24
HSL 341.2º 0.41% 0.6% -
HSV(B) 341.2º 0.43% 0.76% -
XYZ 32.89 25.03 27.14 -
YUV 139.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 195 112 138 0 0.43 0.29 0.24 341.2 0.41 0.6
Hex C3 70 8A 0 2B 1D 18 155 29 3C
Octal 303 160 212 0 53 35 30 525 51 74
Binary 11000011 1110000 10001010 0 101011 11101 11000 101010101 101001 111100

Color Harmonies of #C3708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3708A

Black with #C3708A

Text Example


Text Example

White with #C3708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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