Html Css Color HEX #C06173 Cabaret

📋 copy color: '#C06173'

red 192 ◦ green 97 ◦ blue 115

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

Shades of Cabaret #C06173

Tints of Cabaret #C06173

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.01%

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

R = 47.52%
G = 24.01%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C06173 (or 0xC06173) is known color: Cabaret. HEX triplet: C0, 61 and 73. RGB value is (192,97,115). Sum of RGB (Red+Green+Blue) = 192+97+115=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C06173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06173 is #3F9E8C. Grayscale: #7F7F7F. Windows color (decimal): -4169357 or 7561664. OLE color: 7561664.

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

Color convert

RGB 192 97 115 -
CMYK 0 0.49 0.40 0.25
HSL 348.63º 0.43% 0.57% -
HSV(B) 348.63º 0.49% 0.75% -
XYZ 29.11 20.99 18.74 -
YUV 127.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 192 97 115 0 0.49 0.40 0.25 348.63 0.43 0.57
Hex C0 61 73 0 31 28 19 15D 2B 39
Octal 300 141 163 0 61 50 31 535 53 71
Binary 11000000 1100001 1110011 0 110001 101000 11001 101011101 101011 111001

Color Harmonies of #C06173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06173

Black with #C06173

Text Example


Text Example

White with #C06173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06173; }

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

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

background-color css

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

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

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

border-color css

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

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

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