Html Css Color HEX #C45F7C Cabaret

📋 copy color: '#C45F7C'

red 196 ◦ green 95 ◦ blue 124

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

Shades of Cabaret #C45F7C

Tints of Cabaret #C45F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.89%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 47.23%
G = 22.89%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C45F7C (or 0xC45F7C) is known color: Cabaret. HEX triplet: C4, 5F and 7C. RGB value is (196,95,124). Sum of RGB (Red+Green+Blue) = 196+95+124=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F7C is #3BA083. Grayscale: #808080. Windows color (decimal): -3907716 or 8150980. OLE color: 8150980.

HSL color Cylindrical-coordinate representation of color #C45F7C: hue angle of 342.77º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45F7C is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 95 124 -
CMYK 0 0.52 0.37 0.23
HSL 342.77º 0.46% 0.57% -
HSV(B) 342.77º 0.52% 0.77% -
XYZ 30.5 21.38 21.59 -
YUV 128.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 196 95 124 0 0.52 0.37 0.23 342.77 0.46 0.57
Hex C4 5F 7C 0 34 25 17 157 2E 39
Octal 304 137 174 0 64 45 27 527 56 71
Binary 11000100 1011111 1111100 0 110100 100101 10111 101010111 101110 111001

Color Harmonies of #C45F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45F7C

Black with #C45F7C

Text Example


Text Example

White with #C45F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45F7C; }

 p { color: rgb(196,95,124); }

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

background-color css

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

 a { background-color: rgb(196,95,124); }

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

border-color css

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

 span { border-color: rgb(196,95,124); }

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