Html Css Color HEX #C46069 Cabaret

📋 copy color: '#C46069'

red 196 ◦ green 96 ◦ blue 105

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

Shades of Cabaret #C46069

Tints of Cabaret #C46069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.45%

R = 49.37%
G = 24.18%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C46069 (or 0xC46069) is known color: Cabaret. HEX triplet: C4, 60 and 69. RGB value is (196,96,105). Sum of RGB (Red+Green+Blue) = 196+96+105=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C46069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46069 is #3B9F96. Grayscale: #7E7E7E. Windows color (decimal): -3907479 or 6906052. OLE color: 6906052.

HSL color Cylindrical-coordinate representation of color #C46069: hue angle of 354.6º 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 #C46069 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 96 105 -
CMYK 0 0.51 0.46 0.23
HSL 354.6º 0.46% 0.57% -
HSV(B) 354.6º 0.51% 0.77% -
XYZ 29.5 21.12 15.89 -
YUV 126.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 196 96 105 0 0.51 0.46 0.23 354.6 0.46 0.57
Hex C4 60 69 0 33 2E 17 163 2E 39
Octal 304 140 151 0 63 56 27 543 56 71
Binary 11000100 1100000 1101001 0 110011 101110 10111 101100011 101110 111001

Color Harmonies of #C46069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46069

Black with #C46069

Text Example


Text Example

White with #C46069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46069; }

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

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

background-color css

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

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

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

border-color css

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

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

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