Html Css Color HEX #C26072 Cabaret

📋 copy color: '#C26072'

red 194 ◦ green 96 ◦ blue 114

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

Shades of Cabaret #C26072

Tints of Cabaret #C26072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 48.02%
G = 23.76%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C26072 (or 0xC26072) is known color: Cabaret. HEX triplet: C2, 60 and 72. RGB value is (194,96,114). Sum of RGB (Red+Green+Blue) = 194+96+114=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C26072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26072 is #3D9F8D. Grayscale: #7F7F7F. Windows color (decimal): -4038542 or 7495874. OLE color: 7495874.

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

Color convert

RGB 194 96 114 -
CMYK 0 0.51 0.41 0.24
HSL 348.98º 0.45% 0.57% -
HSV(B) 348.98º 0.51% 0.76% -
XYZ 29.47 21.05 18.43 -
YUV 127.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 194 96 114 0 0.51 0.41 0.24 348.98 0.45 0.57
Hex C2 60 72 0 33 29 18 15D 2D 39
Octal 302 140 162 0 63 51 30 535 55 71
Binary 11000010 1100000 1110010 0 110011 101001 11000 101011101 101101 111001

Color Harmonies of #C26072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26072

Black with #C26072

Text Example


Text Example

White with #C26072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26072; }

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

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

background-color css

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

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

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

border-color css

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

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

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