Html Css Color HEX #C46A70 Cabaret

📋 copy color: '#C46A70'

red 196 ◦ green 106 ◦ blue 112

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

Shades of Cabaret #C46A70

Tints of Cabaret #C46A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.6%

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 47.34%
G = 25.6%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C46A70 (or 0xC46A70) is known color: Cabaret. HEX triplet: C4, 6A and 70. RGB value is (196,106,112). Sum of RGB (Red+Green+Blue) = 196+106+112=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A70 is #3B958F. Grayscale: #858585. Windows color (decimal): -3904912 or 7367364. OLE color: 7367364.

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

Color convert

RGB 196 106 112 -
CMYK 0 0.46 0.43 0.23
HSL 356º 0.43% 0.59% -
HSV(B) 356º 0.46% 0.77% -
XYZ 30.84 23.21 18.18 -
YUV 133.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 196 106 112 0 0.46 0.43 0.23 356 0.43 0.59
Hex C4 6A 70 0 2E 2B 17 164 2B 3B
Octal 304 152 160 0 56 53 27 544 53 73
Binary 11000100 1101010 1110000 0 101110 101011 10111 101100100 101011 111011

Color Harmonies of #C46A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A70

Black with #C46A70

Text Example


Text Example

White with #C46A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A70; }

 p { color: rgb(196,106,112); }

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

background-color css

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

 a { background-color: rgb(196,106,112); }

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

border-color css

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

 span { border-color: rgb(196,106,112); }

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