Html Css Color HEX #C35472 Cabaret

📋 copy color: '#C35472'

red 195 ◦ green 84 ◦ blue 114

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

Shades of Cabaret #C35472

Tints of Cabaret #C35472

RGB

 RED value IS 195 (76.56% from 255) = 49.62%

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

 BLUE value IS 114 (44.92% from 255) = 29.01%

R = 49.62%
G = 21.37%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C35472 (or 0xC35472) is known color: Cabaret. HEX triplet: C3, 54 and 72. RGB value is (195,84,114). Sum of RGB (Red+Green+Blue) = 195+84+114=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C35472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35472 is #3CAB8D. Grayscale: #787878. Windows color (decimal): -3976078 or 7492803. OLE color: 7492803.

HSL color Cylindrical-coordinate representation of color #C35472: hue angle of 343.78º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35472 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 114 -
CMYK 0 0.57 0.42 0.24
HSL 343.78º 0.48% 0.55% -
HSV(B) 343.78º 0.57% 0.76% -
XYZ 28.71 19.16 18.1 -
YUV 120.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 195 84 114 0 0.57 0.42 0.24 343.78 0.48 0.55
Hex C3 54 72 0 39 2A 18 158 30 37
Octal 303 124 162 0 71 52 30 530 60 67
Binary 11000011 1010100 1110010 0 111001 101010 11000 101011000 110000 110111

Color Harmonies of #C35472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35472

Black with #C35472

Text Example


Text Example

White with #C35472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35472; }

 p { color: rgb(195,84,114); }

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

background-color css

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

 a { background-color: rgb(195,84,114); }

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

border-color css

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

 span { border-color: rgb(195,84,114); }

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