Html Css Color HEX #C05D7A Cabaret

📋 copy color: '#C05D7A'

red 192 ◦ green 93 ◦ blue 122

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

Shades of Cabaret #C05D7A

Tints of Cabaret #C05D7A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 47.17%
G = 22.85%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C05D7A (or 0xC05D7A) is known color: Cabaret. HEX triplet: C0, 5D and 7A. RGB value is (192,93,122). Sum of RGB (Red+Green+Blue) = 192+93+122=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05D7A is #3FA285. Grayscale: #7D7D7D. Windows color (decimal): -4170374 or 8019392. OLE color: 8019392.

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

Color convert

RGB 192 93 122 -
CMYK 0 0.52 0.36 0.25
HSL 342.42º 0.44% 0.56% -
HSV(B) 342.42º 0.52% 0.75% -
XYZ 29.17 20.44 20.82 -
YUV 125.91 125.8 175.14 -
System Red Green Blue C M Y K H S L
Decimal 192 93 122 0 0.52 0.36 0.25 342.42 0.44 0.56
Hex C0 5D 7A 0 34 24 19 156 2C 38
Octal 300 135 172 0 64 44 31 526 54 70
Binary 11000000 1011101 1111010 0 110100 100100 11001 101010110 101100 111000

Color Harmonies of #C05D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D7A

Black with #C05D7A

Text Example


Text Example

White with #C05D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D7A; }

 p { color: rgb(192,93,122); }

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

background-color css

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

 a { background-color: rgb(192,93,122); }

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

border-color css

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

 span { border-color: rgb(192,93,122); }

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