Html Css Color HEX #C26375 Cabaret

📋 copy color: '#C26375'

red 194 ◦ green 99 ◦ blue 117

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

Shades of Cabaret #C26375

Tints of Cabaret #C26375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 47.32%
G = 24.15%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C26375 (or 0xC26375) is known color: Cabaret. HEX triplet: C2, 63 and 75. RGB value is (194,99,117). Sum of RGB (Red+Green+Blue) = 194+99+117=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C26375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26375 is #3D9C8A. Grayscale: #818181. Windows color (decimal): -4037771 or 7693250. OLE color: 7693250.

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

Color convert

RGB 194 99 117 -
CMYK 0 0.49 0.40 0.24
HSL 348.63º 0.44% 0.57% -
HSV(B) 348.63º 0.49% 0.76% -
XYZ 29.92 21.68 19.44 -
YUV 129.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 194 99 117 0 0.49 0.40 0.24 348.63 0.44 0.57
Hex C2 63 75 0 31 28 18 15D 2C 39
Octal 302 143 165 0 61 50 30 535 54 71
Binary 11000010 1100011 1110101 0 110001 101000 11000 101011101 101100 111001

Color Harmonies of #C26375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26375

Black with #C26375

Text Example


Text Example

White with #C26375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26375; }

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

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

background-color css

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

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

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

border-color css

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

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

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