Html Css Color HEX #C05A75 Cabaret

📋 copy color: '#C05A75'

red 192 ◦ green 90 ◦ blue 117

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

Shades of Cabaret #C05A75

Tints of Cabaret #C05A75

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

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

R = 48.12%
G = 22.56%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C05A75 (or 0xC05A75) is known color: Cabaret. HEX triplet: C0, 5A and 75. RGB value is (192,90,117). Sum of RGB (Red+Green+Blue) = 192+90+117=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A75 is #3FA58A. Grayscale: #7B7B7B. Windows color (decimal): -4171147 or 7690944. OLE color: 7690944.

HSL color Cylindrical-coordinate representation of color #C05A75: hue angle of 344.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A75 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 90 117 -
CMYK 0 0.53 0.39 0.25
HSL 344.12º 0.45% 0.55% -
HSV(B) 344.12º 0.53% 0.75% -
XYZ 28.61 19.8 19.14 -
YUV 123.58 124.29 176.8 -
System Red Green Blue C M Y K H S L
Decimal 192 90 117 0 0.53 0.39 0.25 344.12 0.45 0.55
Hex C0 5A 75 0 35 27 19 158 2D 37
Octal 300 132 165 0 65 47 31 530 55 67
Binary 11000000 1011010 1110101 0 110101 100111 11001 101011000 101101 110111

Color Harmonies of #C05A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A75

Black with #C05A75

Text Example


Text Example

White with #C05A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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