Html Css Color HEX #C06271 Cabaret

📋 copy color: '#C06271'

red 192 ◦ green 98 ◦ blue 113

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

Shades of Cabaret #C06271

Tints of Cabaret #C06271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.32%

 BLUE value IS 113 (44.53% from 255) = 28.04%

R = 47.64%
G = 24.32%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C06271 (or 0xC06271) is known color: Cabaret. HEX triplet: C0, 62 and 71. RGB value is (192,98,113). Sum of RGB (Red+Green+Blue) = 192+98+113=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C06271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06271 is #3F9D8E. Grayscale: #7F7F7F. Windows color (decimal): -4169103 or 7430848. OLE color: 7430848.

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

Color convert

RGB 192 98 113 -
CMYK 0 0.49 0.41 0.25
HSL 350.43º 0.43% 0.57% -
HSV(B) 350.43º 0.49% 0.75% -
XYZ 29.09 21.13 18.17 -
YUV 127.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 192 98 113 0 0.49 0.41 0.25 350.43 0.43 0.57
Hex C0 62 71 0 31 29 19 15E 2B 39
Octal 300 142 161 0 61 51 31 536 53 71
Binary 11000000 1100010 1110001 0 110001 101001 11001 101011110 101011 111001

Color Harmonies of #C06271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06271

Black with #C06271

Text Example


Text Example

White with #C06271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06271; }

 p { color: rgb(192,98,113); }

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

background-color css

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

 a { background-color: rgb(192,98,113); }

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

border-color css

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

 span { border-color: rgb(192,98,113); }

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