Html Css Color HEX #C45F6D Cabaret

📋 copy color: '#C45F6D'

red 196 ◦ green 95 ◦ blue 109

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

Shades of Cabaret #C45F6D

Tints of Cabaret #C45F6D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.75%

 BLUE value IS 109 (42.97% from 255) = 27.25%

R = 49%
G = 23.75%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C45F6D (or 0xC45F6D) is known color: Cabaret. HEX triplet: C4, 5F and 6D. RGB value is (196,95,109). Sum of RGB (Red+Green+Blue) = 196+95+109=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F6D is #3BA092. Grayscale: #7E7E7E. Windows color (decimal): -3907731 or 7167940. OLE color: 7167940.

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

Color convert

RGB 196 95 109 -
CMYK 0 0.52 0.44 0.23
HSL 351.68º 0.46% 0.57% -
HSV(B) 351.68º 0.52% 0.77% -
XYZ 29.62 21.02 16.97 -
YUV 126.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 196 95 109 0 0.52 0.44 0.23 351.68 0.46 0.57
Hex C4 5F 6D 0 34 2C 17 160 2E 39
Octal 304 137 155 0 64 54 27 540 56 71
Binary 11000100 1011111 1101101 0 110100 101100 10111 101100000 101110 111001

Color Harmonies of #C45F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45F6D

Black with #C45F6D

Text Example


Text Example

White with #C45F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45F6D; }

 p { color: rgb(196,95,109); }

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

background-color css

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

 a { background-color: rgb(196,95,109); }

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

border-color css

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

 span { border-color: rgb(196,95,109); }

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