Html Css Color HEX #C26372 Cabaret

📋 copy color: '#C26372'

red 194 ◦ green 99 ◦ blue 114

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

Shades of Cabaret #C26372

Tints of Cabaret #C26372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.32%

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

R = 47.67%
G = 24.32%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C26372 (or 0xC26372) is known color: Cabaret. HEX triplet: C2, 63 and 72. RGB value is (194,99,114). Sum of RGB (Red+Green+Blue) = 194+99+114=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C26372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26372 is #3D9C8D. Grayscale: #818181. Windows color (decimal): -4037774 or 7496642. OLE color: 7496642.

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

Color convert

RGB 194 99 114 -
CMYK 0 0.49 0.41 0.24
HSL 350.53º 0.44% 0.57% -
HSV(B) 350.53º 0.49% 0.76% -
XYZ 29.75 21.61 18.52 -
YUV 129.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 194 99 114 0 0.49 0.41 0.24 350.53 0.44 0.57
Hex C2 63 72 0 31 29 18 15F 2C 39
Octal 302 143 162 0 61 51 30 537 54 71
Binary 11000010 1100011 1110010 0 110001 101001 11000 101011111 101100 111001

Color Harmonies of #C26372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26372

Black with #C26372

Text Example


Text Example

White with #C26372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26372; }

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

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

background-color css

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

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

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

border-color css

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

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

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