Html Css Color HEX #C74569 Cabaret

📋 copy color: '#C74569'

red 199 ◦ green 69 ◦ blue 105

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

Shades of Cabaret #C74569

Tints of Cabaret #C74569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.5%

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 53.35%
G = 18.5%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C74569 (or 0xC74569) is known color: Cabaret. HEX triplet: C7, 45 and 69. RGB value is (199,69,105). Sum of RGB (Red+Green+Blue) = 199+69+105=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C74569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74569 is #38BA96. Grayscale: #6F6F6F. Windows color (decimal): -3717783 or 6899143. OLE color: 6899143.

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

Color convert

RGB 199 69 105 -
CMYK 0 0.65 0.47 0.22
HSL 343.38º 0.54% 0.53% -
HSV(B) 343.38º 0.65% 0.78% -
XYZ 28.23 17.42 15.24 -
YUV 111.97 124.07 190.07 -
System Red Green Blue C M Y K H S L
Decimal 199 69 105 0 0.65 0.47 0.22 343.38 0.54 0.53
Hex C7 45 69 0 41 2F 16 157 36 35
Octal 307 105 151 0 101 57 26 527 66 65
Binary 11000111 1000101 1101001 0 1000001 101111 10110 101010111 110110 110101

Color Harmonies of #C74569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74569

Black with #C74569

Text Example


Text Example

White with #C74569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74569; }

 p { color: rgb(199,69,105); }

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

background-color css

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

 a { background-color: rgb(199,69,105); }

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

border-color css

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

 span { border-color: rgb(199,69,105); }

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