Html Css Color HEX #C45465 Cabaret

📋 copy color: '#C45465'

red 196 ◦ green 84 ◦ blue 101

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

Shades of Cabaret #C45465

Tints of Cabaret #C45465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.51%

R = 51.44%
G = 22.05%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C45465 (or 0xC45465) is known color: Cabaret. HEX triplet: C4, 54 and 65. RGB value is (196,84,101). Sum of RGB (Red+Green+Blue) = 196+84+101=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C45465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45465 is #3BAB9A. Grayscale: #777777. Windows color (decimal): -3910555 or 6640836. OLE color: 6640836.

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

Color convert

RGB 196 84 101 -
CMYK 0 0.57 0.48 0.23
HSL 350.89º 0.49% 0.55% -
HSV(B) 350.89º 0.57% 0.77% -
XYZ 28.28 19.02 14.49 -
YUV 119.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 196 84 101 0 0.57 0.48 0.23 350.89 0.49 0.55
Hex C4 54 65 0 39 30 17 15F 31 37
Octal 304 124 145 0 71 60 27 537 61 67
Binary 11000100 1010100 1100101 0 111001 110000 10111 101011111 110001 110111

Color Harmonies of #C45465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45465

Black with #C45465

Text Example


Text Example

White with #C45465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45465; }

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

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

background-color css

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

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

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

border-color css

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

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

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