Html Css Color HEX #C73F64 Cabaret

📋 copy color: '#C73F64'

red 199 ◦ green 63 ◦ blue 100

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

Shades of Cabaret #C73F64

Tints of Cabaret #C73F64

RGB

 RED value IS 199 (78.13% from 255) = 54.97%

 GREEN value IS 63 (25% from 255) = 17.4%

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 54.97%
G = 17.4%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C73F64 (or 0xC73F64) is known color: Cabaret. HEX triplet: C7, 3F and 64. RGB value is (199,63,100). Sum of RGB (Red+Green+Blue) = 199+63+100=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73F64 is #38C09B. Grayscale: #6B6B6B. Windows color (decimal): -3719324 or 6569927. OLE color: 6569927.

HSL color Cylindrical-coordinate representation of color #C73F64: hue angle of 343.68º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73F64 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 63 100 -
CMYK 0 0.68 0.50 0.22
HSL 343.68º 0.55% 0.51% -
HSV(B) 343.68º 0.68% 0.78% -
XYZ 27.63 16.62 13.81 -
YUV 107.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 199 63 100 0 0.68 0.50 0.22 343.68 0.55 0.51
Hex C7 3F 64 0 44 32 16 158 37 33
Octal 307 77 144 0 104 62 26 530 67 63
Binary 11000111 111111 1100100 0 1000100 110010 10110 101011000 110111 110011

Color Harmonies of #C73F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F64

Black with #C73F64

Text Example


Text Example

White with #C73F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F64; }

 p { color: rgb(199,63,100); }

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

background-color css

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

 a { background-color: rgb(199,63,100); }

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

border-color css

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

 span { border-color: rgb(199,63,100); }

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