Html Css Color HEX #C05F74 Cabaret

📋 copy color: '#C05F74'

red 192 ◦ green 95 ◦ blue 116

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

Shades of Cabaret #C05F74

Tints of Cabaret #C05F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.78%

R = 47.64%
G = 23.57%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C05F74 (or 0xC05F74) is known color: Cabaret. HEX triplet: C0, 5F and 74. RGB value is (192,95,116). Sum of RGB (Red+Green+Blue) = 192+95+116=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 116 (45.70% from 255 or 28.78% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F74 is #3FA08B. Grayscale: #7E7E7E. Windows color (decimal): -4169868 or 7626688. OLE color: 7626688.

HSL color Cylindrical-coordinate representation of color #C05F74: hue angle of 347.01º 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 #C05F74 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 116 -
CMYK 0 0.51 0.40 0.25
HSL 347.01º 0.43% 0.56% -
HSV(B) 347.01º 0.51% 0.75% -
XYZ 28.98 20.65 18.98 -
YUV 126.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 192 95 116 0 0.51 0.40 0.25 347.01 0.43 0.56
Hex C0 5F 74 0 33 28 19 15B 2B 38
Octal 300 137 164 0 63 50 31 533 53 70
Binary 11000000 1011111 1110100 0 110011 101000 11001 101011011 101011 111000

Color Harmonies of #C05F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F74

Black with #C05F74

Text Example


Text Example

White with #C05F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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