Html Css Color HEX #C05F75 Cabaret

📋 copy color: '#C05F75'

red 192 ◦ green 95 ◦ blue 117

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

Shades of Cabaret #C05F75

Tints of Cabaret #C05F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 47.52%
G = 23.51%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C05F75 (or 0xC05F75) is known color: Cabaret. HEX triplet: C0, 5F and 75. RGB value is (192,95,117). Sum of RGB (Red+Green+Blue) = 192+95+117=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F75 is #3FA08A. Grayscale: #7E7E7E. Windows color (decimal): -4169867 or 7692224. OLE color: 7692224.

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

Color convert

RGB 192 95 117 -
CMYK 0 0.51 0.39 0.25
HSL 346.39º 0.43% 0.56% -
HSV(B) 346.39º 0.51% 0.75% -
XYZ 29.04 20.68 19.29 -
YUV 126.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 192 95 117 0 0.51 0.39 0.25 346.39 0.43 0.56
Hex C0 5F 75 0 33 27 19 15A 2B 38
Octal 300 137 165 0 63 47 31 532 53 70
Binary 11000000 1011111 1110101 0 110011 100111 11001 101011010 101011 111000

Color Harmonies of #C05F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F75

Black with #C05F75

Text Example


Text Example

White with #C05F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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