Html Css Color HEX #C45268 Cabaret

📋 copy color: '#C45268'

red 196 ◦ green 82 ◦ blue 104

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

Shades of Cabaret #C45268

Tints of Cabaret #C45268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 51.31%
G = 21.47%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C45268 (or 0xC45268) is known color: Cabaret. HEX triplet: C4, 52 and 68. RGB value is (196,82,104). Sum of RGB (Red+Green+Blue) = 196+82+104=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C45268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45268 is #3BAD97. Grayscale: #767676. Windows color (decimal): -3911064 or 6836932. OLE color: 6836932.

HSL color Cylindrical-coordinate representation of color #C45268: hue angle of 348.42º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C45268 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 104 -
CMYK 0 0.58 0.47 0.23
HSL 348.42º 0.49% 0.55% -
HSV(B) 348.42º 0.58% 0.77% -
XYZ 28.28 18.77 15.23 -
YUV 118.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 196 82 104 0 0.58 0.47 0.23 348.42 0.49 0.55
Hex C4 52 68 0 3A 2F 17 15C 31 37
Octal 304 122 150 0 72 57 27 534 61 67
Binary 11000100 1010010 1101000 0 111010 101111 10111 101011100 110001 110111

Color Harmonies of #C45268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45268

Black with #C45268

Text Example


Text Example

White with #C45268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45268; }

 p { color: rgb(196,82,104); }

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

background-color css

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

 a { background-color: rgb(196,82,104); }

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

border-color css

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

 span { border-color: rgb(196,82,104); }

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