Html Css Color HEX #C06073 Cabaret

📋 copy color: '#C06073'

red 192 ◦ green 96 ◦ blue 115

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

Shades of Cabaret #C06073

Tints of Cabaret #C06073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.82%

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

R = 47.64%
G = 23.82%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C06073 (or 0xC06073) is known color: Cabaret. HEX triplet: C0, 60 and 73. RGB value is (192,96,115). Sum of RGB (Red+Green+Blue) = 192+96+115=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C06073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06073 is #3F9F8C. Grayscale: #7E7E7E. Windows color (decimal): -4169613 or 7561408. OLE color: 7561408.

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

Color convert

RGB 192 96 115 -
CMYK 0 0.50 0.40 0.25
HSL 348.13º 0.43% 0.56% -
HSV(B) 348.13º 0.5% 0.75% -
XYZ 29.02 20.81 18.71 -
YUV 126.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 192 96 115 0 0.50 0.40 0.25 348.13 0.43 0.56
Hex C0 60 73 0 32 28 19 15C 2B 38
Octal 300 140 163 0 62 50 31 534 53 70
Binary 11000000 1100000 1110011 0 110010 101000 11001 101011100 101011 111000

Color Harmonies of #C06073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06073

Black with #C06073

Text Example


Text Example

White with #C06073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06073; }

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

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

background-color css

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

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

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

border-color css

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

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

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