Html Css Color HEX #C35376 Cabaret

📋 copy color: '#C35376'

red 195 ◦ green 83 ◦ blue 118

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

Shades of Cabaret #C35376

Tints of Cabaret #C35376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.96%

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 49.24%
G = 20.96%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C35376 (or 0xC35376) is known color: Cabaret. HEX triplet: C3, 53 and 76. RGB value is (195,83,118). Sum of RGB (Red+Green+Blue) = 195+83+118=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C35376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35376 is #3CAC89. Grayscale: #787878. Windows color (decimal): -3976330 or 7754691. OLE color: 7754691.

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

Color convert

RGB 195 83 118 -
CMYK 0 0.57 0.39 0.24
HSL 341.25º 0.48% 0.55% -
HSV(B) 341.25º 0.57% 0.76% -
XYZ 28.87 19.1 19.3 -
YUV 120.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 195 83 118 0 0.57 0.39 0.24 341.25 0.48 0.55
Hex C3 53 76 0 39 27 18 155 30 37
Octal 303 123 166 0 71 47 30 525 60 67
Binary 11000011 1010011 1110110 0 111001 100111 11000 101010101 110000 110111

Color Harmonies of #C35376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35376

Black with #C35376

Text Example


Text Example

White with #C35376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35376; }

 p { color: rgb(195,83,118); }

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

background-color css

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

 a { background-color: rgb(195,83,118); }

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

border-color css

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

 span { border-color: rgb(195,83,118); }

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