Html Css Color HEX #C3748B Charm

📋 copy color: '#C3748B'

red 195 ◦ green 116 ◦ blue 139

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

Shades of Charm #C3748B

Tints of Charm #C3748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.78%

 BLUE value IS 139 (54.69% from 255) = 30.89%

R = 43.33%
G = 25.78%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3748B (or 0xC3748B) is known color: Charm. HEX triplet: C3, 74 and 8B. RGB value is (195,116,139). Sum of RGB (Red+Green+Blue) = 195+116+139=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3748B is #3C8B74. Grayscale: #8E8E8E. Windows color (decimal): -3967861 or 9139395. OLE color: 9139395.

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

Color convert

RGB 195 116 139 -
CMYK 0 0.41 0.29 0.24
HSL 342.53º 0.4% 0.61% -
HSV(B) 342.53º 0.41% 0.76% -
XYZ 33.41 25.96 27.68 -
YUV 142.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 195 116 139 0 0.41 0.29 0.24 342.53 0.4 0.61
Hex C3 74 8B 0 29 1D 18 157 28 3D
Octal 303 164 213 0 51 35 30 527 50 75
Binary 11000011 1110100 10001011 0 101001 11101 11000 101010111 101000 111101

Color Harmonies of #C3748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3748B

Black with #C3748B

Text Example


Text Example

White with #C3748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3748B; }

 p { color: rgb(195,116,139); }

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

background-color css

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

 a { background-color: rgb(195,116,139); }

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

border-color css

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

 span { border-color: rgb(195,116,139); }

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