Html Css Color HEX #C06374 Cabaret

📋 copy color: '#C06374'

red 192 ◦ green 99 ◦ blue 116

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

Shades of Cabaret #C06374

Tints of Cabaret #C06374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.5%

R = 47.17%
G = 24.32%
B = 28.5%

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

#C06374 (or 0xC06374) is known color: Cabaret. HEX triplet: C0, 63 and 74. RGB value is (192,99,116). Sum of RGB (Red+Green+Blue) = 192+99+116=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C06374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06374 is #3F9C8B. Grayscale: #808080. Windows color (decimal): -4168844 or 7627712. OLE color: 7627712.

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

Color convert

RGB 192 99 116 -
CMYK 0 0.48 0.40 0.25
HSL 349.03º 0.42% 0.57% -
HSV(B) 349.03º 0.48% 0.75% -
XYZ 29.35 21.39 19.1 -
YUV 128.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 192 99 116 0 0.48 0.40 0.25 349.03 0.42 0.57
Hex C0 63 74 0 30 28 19 15D 2A 39
Octal 300 143 164 0 60 50 31 535 52 71
Binary 11000000 1100011 1110100 0 110000 101000 11001 101011101 101010 111001

Color Harmonies of #C06374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06374

Black with #C06374

Text Example


Text Example

White with #C06374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06374; }

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

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

background-color css

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

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

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

border-color css

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

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

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