Html Css Color HEX #C26070 Cabaret

📋 copy color: '#C26070'

red 194 ◦ green 96 ◦ blue 112

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

Shades of Cabaret #C26070

Tints of Cabaret #C26070

RGB

 RED value IS 194 (76.17% from 255) = 48.26%

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

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

R = 48.26%
G = 23.88%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C26070 (or 0xC26070) is known color: Cabaret. HEX triplet: C2, 60 and 70. RGB value is (194,96,112). Sum of RGB (Red+Green+Blue) = 194+96+112=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C26070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26070 is #3D9F8F. Grayscale: #7F7F7F. Windows color (decimal): -4038544 or 7364802. OLE color: 7364802.

HSL color Cylindrical-coordinate representation of color #C26070: hue angle of 350.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C26070 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 112 -
CMYK 0 0.51 0.42 0.24
HSL 350.2º 0.45% 0.57% -
HSV(B) 350.2º 0.51% 0.76% -
XYZ 29.36 21 17.84 -
YUV 127.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 194 96 112 0 0.51 0.42 0.24 350.2 0.45 0.57
Hex C2 60 70 0 33 2A 18 15E 2D 39
Octal 302 140 160 0 63 52 30 536 55 71
Binary 11000010 1100000 1110000 0 110011 101010 11000 101011110 101101 111001

Color Harmonies of #C26070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26070

Black with #C26070

Text Example


Text Example

White with #C26070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26070; }

 p { color: rgb(194,96,112); }

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

background-color css

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

 a { background-color: rgb(194,96,112); }

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

border-color css

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

 span { border-color: rgb(194,96,112); }

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