Html Css Color HEX #C3748A Charm

📋 copy color: '#C3748A'

red 195 ◦ green 116 ◦ blue 138

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

Shades of Charm #C3748A

Tints of Charm #C3748A

RGB

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

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

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

R = 43.43%
G = 25.84%
B = 30.73%

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

#C3748A (or 0xC3748A) is known color: Charm. HEX triplet: C3, 74 and 8A. RGB value is (195,116,138). Sum of RGB (Red+Green+Blue) = 195+116+138=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3748A is #3C8B75. Grayscale: #8E8E8E. Windows color (decimal): -3967862 or 9073859. OLE color: 9073859.

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

Color convert

RGB 195 116 138 -
CMYK 0 0.41 0.29 0.24
HSL 343.29º 0.4% 0.61% -
HSV(B) 343.29º 0.41% 0.76% -
XYZ 33.34 25.93 27.29 -
YUV 142.13 125.67 165.71 -
System Red Green Blue C M Y K H S L
Decimal 195 116 138 0 0.41 0.29 0.24 343.29 0.4 0.61
Hex C3 74 8A 0 29 1D 18 157 28 3D
Octal 303 164 212 0 51 35 30 527 50 75
Binary 11000011 1110100 10001010 0 101001 11101 11000 101010111 101000 111101

Color Harmonies of #C3748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3748A

Black with #C3748A

Text Example


Text Example

White with #C3748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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