Html Css Color HEX #C74268 Cabaret

📋 copy color: '#C74268'

red 199 ◦ green 66 ◦ blue 104

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

Shades of Cabaret #C74268

Tints of Cabaret #C74268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.89%

 BLUE value IS 104 (41.02% from 255) = 28.18%

R = 53.93%
G = 17.89%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C74268 (or 0xC74268) is known color: Cabaret. HEX triplet: C7, 42 and 68. RGB value is (199,66,104). Sum of RGB (Red+Green+Blue) = 199+66+104=369 (48% of max value = 765). Red value is 199 (78.12% from 255 or 53.93% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 199 - color contains mainly: red. Hex color #C74268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74268 is #38BD97. Grayscale: #6E6E6E. Windows color (decimal): -3718552 or 6832839. OLE color: 6832839.

HSL color Cylindrical-coordinate representation of color #C74268: hue angle of 342.86º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74268 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 66 104 -
CMYK 0 0.67 0.48 0.22
HSL 342.86º 0.54% 0.52% -
HSV(B) 342.86º 0.67% 0.78% -
XYZ 28 17.04 14.91 -
YUV 110.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 199 66 104 0 0.67 0.48 0.22 342.86 0.54 0.52
Hex C7 42 68 0 43 30 16 157 36 34
Octal 307 102 150 0 103 60 26 527 66 64
Binary 11000111 1000010 1101000 0 1000011 110000 10110 101010111 110110 110100

Color Harmonies of #C74268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74268

Black with #C74268

Text Example


Text Example

White with #C74268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74268; }

 p { color: rgb(199,66,104); }

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

background-color css

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

 a { background-color: rgb(199,66,104); }

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

border-color css

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

 span { border-color: rgb(199,66,104); }

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