Html Css Color HEX #C45269 Cabaret

📋 copy color: '#C45269'

red 196 ◦ green 82 ◦ blue 105

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

Shades of Cabaret #C45269

Tints of Cabaret #C45269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.42%

R = 51.17%
G = 21.41%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C45269 (or 0xC45269) is known color: Cabaret. HEX triplet: C4, 52 and 69. RGB value is (196,82,105). Sum of RGB (Red+Green+Blue) = 196+82+105=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C45269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45269 is #3BAD96. Grayscale: #767676. Windows color (decimal): -3911063 or 6902468. OLE color: 6902468.

HSL color Cylindrical-coordinate representation of color #C45269: hue angle of 347.89º 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 #C45269 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 82 105 -
CMYK 0 0.58 0.46 0.23
HSL 347.89º 0.49% 0.55% -
HSV(B) 347.89º 0.58% 0.77% -
XYZ 28.33 18.79 15.5 -
YUV 118.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 196 82 105 0 0.58 0.46 0.23 347.89 0.49 0.55
Hex C4 52 69 0 3A 2E 17 15C 31 37
Octal 304 122 151 0 72 56 27 534 61 67
Binary 11000100 1010010 1101001 0 111010 101110 10111 101011100 110001 110111

Color Harmonies of #C45269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45269

Black with #C45269

Text Example


Text Example

White with #C45269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45269; }

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

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

background-color css

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

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

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

border-color css

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

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

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