Html Css Color HEX #C05F71 Cabaret

📋 copy color: '#C05F71'

red 192 ◦ green 95 ◦ blue 113

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

Shades of Cabaret #C05F71

Tints of Cabaret #C05F71

RGB

 RED value IS 192 (75.39% from 255) = 48%

 GREEN value IS 95 (37.5% from 255) = 23.75%

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

R = 48%
G = 23.75%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C05F71 (or 0xC05F71) is known color: Cabaret. HEX triplet: C0, 5F and 71. RGB value is (192,95,113). Sum of RGB (Red+Green+Blue) = 192+95+113=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F71 is #3FA08E. Grayscale: #7E7E7E. Windows color (decimal): -4169871 or 7430080. OLE color: 7430080.

HSL color Cylindrical-coordinate representation of color #C05F71: hue angle of 348.87º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F71 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 113 -
CMYK 0 0.51 0.41 0.25
HSL 348.87º 0.43% 0.56% -
HSV(B) 348.87º 0.51% 0.75% -
XYZ 28.81 20.58 18.08 -
YUV 126.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 192 95 113 0 0.51 0.41 0.25 348.87 0.43 0.56
Hex C0 5F 71 0 33 29 19 15D 2B 38
Octal 300 137 161 0 63 51 31 535 53 70
Binary 11000000 1011111 1110001 0 110011 101001 11001 101011101 101011 111000

Color Harmonies of #C05F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F71

Black with #C05F71

Text Example


Text Example

White with #C05F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F71; }

 p { color: rgb(192,95,113); }

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

background-color css

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

 a { background-color: rgb(192,95,113); }

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

border-color css

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

 span { border-color: rgb(192,95,113); }

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