Html Css Color HEX #C45665 Cabaret

📋 copy color: '#C45665'

red 196 ◦ green 86 ◦ blue 101

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

Shades of Cabaret #C45665

Tints of Cabaret #C45665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.45%

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

R = 51.17%
G = 22.45%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C45665 (or 0xC45665) is known color: Cabaret. HEX triplet: C4, 56 and 65. RGB value is (196,86,101). Sum of RGB (Red+Green+Blue) = 196+86+101=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C45665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45665 is #3BA99A. Grayscale: #787878. Windows color (decimal): -3910043 or 6641348. OLE color: 6641348.

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

Color convert

RGB 196 86 101 -
CMYK 0 0.56 0.48 0.23
HSL 351.82º 0.48% 0.55% -
HSV(B) 351.82º 0.56% 0.77% -
XYZ 28.44 19.33 14.54 -
YUV 120.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 196 86 101 0 0.56 0.48 0.23 351.82 0.48 0.55
Hex C4 56 65 0 38 30 17 160 30 37
Octal 304 126 145 0 70 60 27 540 60 67
Binary 11000100 1010110 1100101 0 111000 110000 10111 101100000 110000 110111

Color Harmonies of #C45665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45665

Black with #C45665

Text Example


Text Example

White with #C45665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45665; }

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

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

background-color css

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

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

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

border-color css

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

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

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