Html Css Color HEX #C45469 Cabaret

📋 copy color: '#C45469'

red 196 ◦ green 84 ◦ blue 105

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

Shades of Cabaret #C45469

Tints of Cabaret #C45469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.82%

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

R = 50.91%
G = 21.82%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C45469 (or 0xC45469) is known color: Cabaret. HEX triplet: C4, 54 and 69. RGB value is (196,84,105). Sum of RGB (Red+Green+Blue) = 196+84+105=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C45469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45469 is #3BAB96. Grayscale: #777777. Windows color (decimal): -3910551 or 6902980. OLE color: 6902980.

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

Color convert

RGB 196 84 105 -
CMYK 0 0.57 0.46 0.23
HSL 348.75º 0.49% 0.55% -
HSV(B) 348.75º 0.57% 0.77% -
XYZ 28.49 19.1 15.55 -
YUV 119.88 119.61 182.29 -
System Red Green Blue C M Y K H S L
Decimal 196 84 105 0 0.57 0.46 0.23 348.75 0.49 0.55
Hex C4 54 69 0 39 2E 17 15D 31 37
Octal 304 124 151 0 71 56 27 535 61 67
Binary 11000100 1010100 1101001 0 111001 101110 10111 101011101 110001 110111

Color Harmonies of #C45469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45469

Black with #C45469

Text Example


Text Example

White with #C45469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45469; }

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

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

background-color css

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

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

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

border-color css

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

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

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