Html Css Color HEX #C4607C Cabaret

📋 copy color: '#C4607C'

red 196 ◦ green 96 ◦ blue 124

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

Shades of Cabaret #C4607C

Tints of Cabaret #C4607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.08%

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

R = 47.12%
G = 23.08%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4607C (or 0xC4607C) is known color: Cabaret. HEX triplet: C4, 60 and 7C. RGB value is (196,96,124). Sum of RGB (Red+Green+Blue) = 196+96+124=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4607C is #3B9F83. Grayscale: #818181. Windows color (decimal): -3907460 or 8151236. OLE color: 8151236.

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

Color convert

RGB 196 96 124 -
CMYK 0 0.51 0.37 0.23
HSL 343.2º 0.46% 0.57% -
HSV(B) 343.2º 0.51% 0.77% -
XYZ 30.59 21.56 21.62 -
YUV 129.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 196 96 124 0 0.51 0.37 0.23 343.2 0.46 0.57
Hex C4 60 7C 0 33 25 17 157 2E 39
Octal 304 140 174 0 63 45 27 527 56 71
Binary 11000100 1100000 1111100 0 110011 100101 10111 101010111 101110 111001

Color Harmonies of #C4607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4607C

Black with #C4607C

Text Example


Text Example

White with #C4607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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