Html Css Color HEX #C74471 Cabaret

📋 copy color: '#C74471'

red 199 ◦ green 68 ◦ blue 113

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

Shades of Cabaret #C74471

Tints of Cabaret #C74471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.89%

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 52.37%
G = 17.89%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C74471 (or 0xC74471) is known color: Cabaret. HEX triplet: C7, 44 and 71. RGB value is (199,68,113). Sum of RGB (Red+Green+Blue) = 199+68+113=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C74471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74471 is #38BB8E. Grayscale: #707070. Windows color (decimal): -3718031 or 7423175. OLE color: 7423175.

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

Color convert

RGB 199 68 113 -
CMYK 0 0.66 0.43 0.22
HSL 339.39º 0.54% 0.52% -
HSV(B) 339.39º 0.66% 0.78% -
XYZ 28.6 17.47 17.49 -
YUV 112.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 199 68 113 0 0.66 0.43 0.22 339.39 0.54 0.52
Hex C7 44 71 0 42 2B 16 153 36 34
Octal 307 104 161 0 102 53 26 523 66 64
Binary 11000111 1000100 1110001 0 1000010 101011 10110 101010011 110110 110100

Color Harmonies of #C74471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74471

Black with #C74471

Text Example


Text Example

White with #C74471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74471; }

 p { color: rgb(199,68,113); }

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

background-color css

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

 a { background-color: rgb(199,68,113); }

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

border-color css

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

 span { border-color: rgb(199,68,113); }

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