Html Css Color HEX #C45E7E Cabaret

📋 copy color: '#C45E7E'

red 196 ◦ green 94 ◦ blue 126

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

Shades of Cabaret #C45E7E

Tints of Cabaret #C45E7E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.6%

 BLUE value IS 126 (49.61% from 255) = 30.29%

R = 47.12%
G = 22.6%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C45E7E (or 0xC45E7E) is known color: Cabaret. HEX triplet: C4, 5E and 7E. RGB value is (196,94,126). Sum of RGB (Red+Green+Blue) = 196+94+126=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45E7E is #3BA181. Grayscale: #808080. Windows color (decimal): -3907970 or 8281796. OLE color: 8281796.

HSL color Cylindrical-coordinate representation of color #C45E7E: hue angle of 341.18º 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 #C45E7E is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 94 126 -
CMYK 0 0.52 0.36 0.23
HSL 341.18º 0.46% 0.57% -
HSV(B) 341.18º 0.52% 0.77% -
XYZ 30.53 21.25 22.23 -
YUV 128.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 196 94 126 0 0.52 0.36 0.23 341.18 0.46 0.57
Hex C4 5E 7E 0 34 24 17 155 2E 39
Octal 304 136 176 0 64 44 27 525 56 71
Binary 11000100 1011110 1111110 0 110100 100100 10111 101010101 101110 111001

Color Harmonies of #C45E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45E7E

Black with #C45E7E

Text Example


Text Example

White with #C45E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45E7E; }

 p { color: rgb(196,94,126); }

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

background-color css

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

 a { background-color: rgb(196,94,126); }

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

border-color css

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

 span { border-color: rgb(196,94,126); }

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