Html Css Color HEX #C06272 Cabaret

📋 copy color: '#C06272'

red 192 ◦ green 98 ◦ blue 114

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

Shades of Cabaret #C06272

Tints of Cabaret #C06272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 47.52%
G = 24.26%
B = 28.22%

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

#C06272 (or 0xC06272) is known color: Cabaret. HEX triplet: C0, 62 and 72. RGB value is (192,98,114). Sum of RGB (Red+Green+Blue) = 192+98+114=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C06272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06272 is #3F9D8D. Grayscale: #7F7F7F. Windows color (decimal): -4169102 or 7496384. OLE color: 7496384.

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

Color convert

RGB 192 98 114 -
CMYK 0 0.49 0.41 0.25
HSL 349.79º 0.43% 0.57% -
HSV(B) 349.79º 0.49% 0.75% -
XYZ 29.14 21.16 18.47 -
YUV 127.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 192 98 114 0 0.49 0.41 0.25 349.79 0.43 0.57
Hex C0 62 72 0 31 29 19 15E 2B 39
Octal 300 142 162 0 61 51 31 536 53 71
Binary 11000000 1100010 1110010 0 110001 101001 11001 101011110 101011 111001

Color Harmonies of #C06272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06272

Black with #C06272

Text Example


Text Example

White with #C06272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06272; }

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

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

background-color css

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

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

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

border-color css

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

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

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