Html Css Color HEX #C06376 Cabaret

📋 copy color: '#C06376'

red 192 ◦ green 99 ◦ blue 118

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

Shades of Cabaret #C06376

Tints of Cabaret #C06376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.21%

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 46.94%
G = 24.21%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06376 (or 0xC06376) is known color: Cabaret. HEX triplet: C0, 63 and 76. RGB value is (192,99,118). Sum of RGB (Red+Green+Blue) = 192+99+118=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C06376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06376 is #3F9C89. Grayscale: #808080. Windows color (decimal): -4168842 or 7758784. OLE color: 7758784.

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

Color convert

RGB 192 99 118 -
CMYK 0 0.48 0.39 0.25
HSL 347.74º 0.42% 0.57% -
HSV(B) 347.74º 0.48% 0.75% -
XYZ 29.47 21.44 19.72 -
YUV 128.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 192 99 118 0 0.48 0.39 0.25 347.74 0.42 0.57
Hex C0 63 76 0 30 27 19 15C 2A 39
Octal 300 143 166 0 60 47 31 534 52 71
Binary 11000000 1100011 1110110 0 110000 100111 11001 101011100 101010 111001

Color Harmonies of #C06376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06376

Black with #C06376

Text Example


Text Example

White with #C06376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06376; }

 p { color: rgb(192,99,118); }

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

background-color css

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

 a { background-color: rgb(192,99,118); }

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

border-color css

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

 span { border-color: rgb(192,99,118); }

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