Html Css Color HEX #C46274 Cabaret

📋 copy color: '#C46274'

red 196 ◦ green 98 ◦ blue 116

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

Shades of Cabaret #C46274

Tints of Cabaret #C46274

RGB

 RED value IS 196 (76.95% from 255) = 47.8%

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

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

R = 47.8%
G = 23.9%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C46274 (or 0xC46274) is known color: Cabaret. HEX triplet: C4, 62 and 74. RGB value is (196,98,116). Sum of RGB (Red+Green+Blue) = 196+98+116=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C46274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46274 is #3B9D8B. Grayscale: #818181. Windows color (decimal): -3906956 or 7627460. OLE color: 7627460.

HSL color Cylindrical-coordinate representation of color #C46274: hue angle of 348.98º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46274 is Cyan = 0, Magento = 0.5, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 116 -
CMYK 0 0.5 0.41 0.23
HSL 348.98º 0.45% 0.58% -
HSV(B) 348.98º 0.5% 0.77% -
XYZ 30.29 21.73 19.12 -
YUV 129.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 196 98 116 0 0.5 0.41 0.23 348.98 0.45 0.58
Hex C4 62 74 0 32 29 17 15D 2D 3A
Octal 304 142 164 0 62 51 27 535 55 72
Binary 11000100 1100010 1110100 0 110010 101001 10111 101011101 101101 111010

Color Harmonies of #C46274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46274

Black with #C46274

Text Example


Text Example

White with #C46274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46274; }

 p { color: rgb(196,98,116); }

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

background-color css

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

 a { background-color: rgb(196,98,116); }

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

border-color css

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

 span { border-color: rgb(196,98,116); }

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