Html Css Color HEX #C4758C Charm

📋 copy color: '#C4758C'

red 196 ◦ green 117 ◦ blue 140

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

Shades of Charm #C4758C

Tints of Charm #C4758C

RGB

 RED value IS 196 (76.95% from 255) = 43.27%

 GREEN value IS 117 (46.09% from 255) = 25.83%

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 43.27%
G = 25.83%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4758C (or 0xC4758C) is known color: Charm. HEX triplet: C4, 75 and 8C. RGB value is (196,117,140). Sum of RGB (Red+Green+Blue) = 196+117+140=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4758C is #3B8A73. Grayscale: #8F8F8F. Windows color (decimal): -3902068 or 9205188. OLE color: 9205188.

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

Color convert

RGB 196 117 140 -
CMYK 0 0.40 0.29 0.23
HSL 342.53º 0.4% 0.61% -
HSV(B) 342.53º 0.4% 0.77% -
XYZ 33.86 26.35 28.11 -
YUV 143.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 196 117 140 0 0.40 0.29 0.23 342.53 0.4 0.61
Hex C4 75 8C 0 28 1D 17 157 28 3D
Octal 304 165 214 0 50 35 27 527 50 75
Binary 11000100 1110101 10001100 0 101000 11101 10111 101010111 101000 111101

Color Harmonies of #C4758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4758C

Black with #C4758C

Text Example


Text Example

White with #C4758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4758C; }

 p { color: rgb(196,117,140); }

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

background-color css

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

 a { background-color: rgb(196,117,140); }

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

border-color css

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

 span { border-color: rgb(196,117,140); }

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