Html Css Color HEX #C06575 Cabaret

📋 copy color: '#C06575'

red 192 ◦ green 101 ◦ blue 117

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

Shades of Cabaret #C06575

Tints of Cabaret #C06575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.63%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 46.83%
G = 24.63%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06575 (or 0xC06575) is known color: Cabaret. HEX triplet: C0, 65 and 75. RGB value is (192,101,117). Sum of RGB (Red+Green+Blue) = 192+101+117=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C06575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06575 is #3F9A8A. Grayscale: #828282. Windows color (decimal): -4168331 or 7693760. OLE color: 7693760.

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

Color convert

RGB 192 101 117 -
CMYK 0 0.47 0.39 0.25
HSL 349.45º 0.42% 0.57% -
HSV(B) 349.45º 0.47% 0.75% -
XYZ 29.6 21.8 19.48 -
YUV 130.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 192 101 117 0 0.47 0.39 0.25 349.45 0.42 0.57
Hex C0 65 75 0 2F 27 19 15D 2A 39
Octal 300 145 165 0 57 47 31 535 52 71
Binary 11000000 1100101 1110101 0 101111 100111 11001 101011101 101010 111001

Color Harmonies of #C06575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06575

Black with #C06575

Text Example


Text Example

White with #C06575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06575; }

 p { color: rgb(192,101,117); }

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

background-color css

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

 a { background-color: rgb(192,101,117); }

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

border-color css

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

 span { border-color: rgb(192,101,117); }

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