Html Css Color HEX #C06473 Cabaret

📋 copy color: '#C06473'

red 192 ◦ green 100 ◦ blue 115

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

Shades of Cabaret #C06473

Tints of Cabaret #C06473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.57%

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 47.17%
G = 24.57%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C06473 (or 0xC06473) is known color: Cabaret. HEX triplet: C0, 64 and 73. RGB value is (192,100,115). Sum of RGB (Red+Green+Blue) = 192+100+115=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C06473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06473 is #3F9B8C. Grayscale: #818181. Windows color (decimal): -4168589 or 7562432. OLE color: 7562432.

HSL color Cylindrical-coordinate representation of color #C06473: hue angle of 350.22º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06473 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 115 -
CMYK 0 0.48 0.40 0.25
HSL 350.22º 0.42% 0.57% -
HSV(B) 350.22º 0.48% 0.75% -
XYZ 29.39 21.56 18.83 -
YUV 129.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 192 100 115 0 0.48 0.40 0.25 350.22 0.42 0.57
Hex C0 64 73 0 30 28 19 15E 2A 39
Octal 300 144 163 0 60 50 31 536 52 71
Binary 11000000 1100100 1110011 0 110000 101000 11001 101011110 101010 111001

Color Harmonies of #C06473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06473

Black with #C06473

Text Example


Text Example

White with #C06473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06473; }

 p { color: rgb(192,100,115); }

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

background-color css

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

 a { background-color: rgb(192,100,115); }

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

border-color css

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

 span { border-color: rgb(192,100,115); }

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