Html Css Color HEX #C35C76 Cabaret

📋 copy color: '#C35C76'

red 195 ◦ green 92 ◦ blue 118

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

Shades of Cabaret #C35C76

Tints of Cabaret #C35C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

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

R = 48.15%
G = 22.72%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C35C76 (or 0xC35C76) is known color: Cabaret. HEX triplet: C3, 5C and 76. RGB value is (195,92,118). Sum of RGB (Red+Green+Blue) = 195+92+118=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C76 is #3CA389. Grayscale: #7D7D7D. Windows color (decimal): -3974026 or 7756995. OLE color: 7756995.

HSL color Cylindrical-coordinate representation of color #C35C76: hue angle of 344.85º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35C76 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 92 118 -
CMYK 0 0.53 0.39 0.24
HSL 344.85º 0.46% 0.56% -
HSV(B) 344.85º 0.53% 0.76% -
XYZ 29.6 20.56 19.55 -
YUV 125.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 195 92 118 0 0.53 0.39 0.24 344.85 0.46 0.56
Hex C3 5C 76 0 35 27 18 159 2E 38
Octal 303 134 166 0 65 47 30 531 56 70
Binary 11000011 1011100 1110110 0 110101 100111 11000 101011001 101110 111000

Color Harmonies of #C35C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C76

Black with #C35C76

Text Example


Text Example

White with #C35C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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