Html Css Color HEX #C45A7D Cabaret

📋 copy color: '#C45A7D'

red 196 ◦ green 90 ◦ blue 125

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

Shades of Cabaret #C45A7D

Tints of Cabaret #C45A7D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.9%

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 47.69%
G = 21.9%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C45A7D (or 0xC45A7D) is known color: Cabaret. HEX triplet: C4, 5A and 7D. RGB value is (196,90,125). Sum of RGB (Red+Green+Blue) = 196+90+125=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A7D is #3BA582. Grayscale: #7D7D7D. Windows color (decimal): -3908995 or 8215236. OLE color: 8215236.

HSL color Cylindrical-coordinate representation of color #C45A7D: hue angle of 340.19º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45A7D is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 90 125 -
CMYK 0 0.54 0.36 0.23
HSL 340.19º 0.47% 0.56% -
HSV(B) 340.19º 0.54% 0.77% -
XYZ 30.12 20.53 21.78 -
YUV 125.68 127.62 178.15 -
System Red Green Blue C M Y K H S L
Decimal 196 90 125 0 0.54 0.36 0.23 340.19 0.47 0.56
Hex C4 5A 7D 0 36 24 17 154 2F 38
Octal 304 132 175 0 66 44 27 524 57 70
Binary 11000100 1011010 1111101 0 110110 100100 10111 101010100 101111 111000

Color Harmonies of #C45A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A7D

Black with #C45A7D

Text Example


Text Example

White with #C45A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A7D; }

 p { color: rgb(196,90,125); }

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

background-color css

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

 a { background-color: rgb(196,90,125); }

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

border-color css

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

 span { border-color: rgb(196,90,125); }

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