Html Css Color HEX #C05A6B Cabaret

📋 copy color: '#C05A6B'

red 192 ◦ green 90 ◦ blue 107

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

Shades of Cabaret #C05A6B

Tints of Cabaret #C05A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.51%

R = 49.36%
G = 23.14%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C05A6B (or 0xC05A6B) is known color: Cabaret. HEX triplet: C0, 5A and 6B. RGB value is (192,90,107). Sum of RGB (Red+Green+Blue) = 192+90+107=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A6B is #3FA594. Grayscale: #7A7A7A. Windows color (decimal): -4171157 or 7035584. OLE color: 7035584.

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

Color convert

RGB 192 90 107 -
CMYK 0 0.53 0.44 0.25
HSL 350º 0.45% 0.55% -
HSV(B) 350º 0.53% 0.75% -
XYZ 28.05 19.58 16.21 -
YUV 122.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 192 90 107 0 0.53 0.44 0.25 350 0.45 0.55
Hex C0 5A 6B 0 35 2C 19 15E 2D 37
Octal 300 132 153 0 65 54 31 536 55 67
Binary 11000000 1011010 1101011 0 110101 101100 11001 101011110 101101 110111

Color Harmonies of #C05A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A6B

Black with #C05A6B

Text Example


Text Example

White with #C05A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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