Html Css Color HEX #C46075 Cabaret

📋 copy color: '#C46075'

red 196 ◦ green 96 ◦ blue 117

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

Shades of Cabaret #C46075

Tints of Cabaret #C46075

RGB

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

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

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

R = 47.92%
G = 23.47%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C46075 (or 0xC46075) is known color: Cabaret. HEX triplet: C4, 60 and 75. RGB value is (196,96,117). Sum of RGB (Red+Green+Blue) = 196+96+117=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C46075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46075 is #3B9F8A. Grayscale: #808080. Windows color (decimal): -3907467 or 7692484. OLE color: 7692484.

HSL color Cylindrical-coordinate representation of color #C46075: hue angle of 347.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46075 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 117 -
CMYK 0 0.51 0.40 0.23
HSL 347.4º 0.46% 0.57% -
HSV(B) 347.4º 0.51% 0.77% -
XYZ 30.16 21.39 19.37 -
YUV 128.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 196 96 117 0 0.51 0.40 0.23 347.4 0.46 0.57
Hex C4 60 75 0 33 28 17 15B 2E 39
Octal 304 140 165 0 63 50 27 533 56 71
Binary 11000100 1100000 1110101 0 110011 101000 10111 101011011 101110 111001

Color Harmonies of #C46075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46075

Black with #C46075

Text Example


Text Example

White with #C46075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46075; }

 p { color: rgb(196,96,117); }

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

background-color css

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

 a { background-color: rgb(196,96,117); }

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

border-color css

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

 span { border-color: rgb(196,96,117); }

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