Html Css Color HEX #C35B7C Cabaret

📋 copy color: '#C35B7C'

red 195 ◦ green 91 ◦ blue 124

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

Shades of Cabaret #C35B7C

Tints of Cabaret #C35B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.2%

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 47.56%
G = 22.2%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C35B7C (or 0xC35B7C) is known color: Cabaret. HEX triplet: C3, 5B and 7C. RGB value is (195,91,124). Sum of RGB (Red+Green+Blue) = 195+91+124=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 91 (35.94% from 255 or 22.20% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35B7C is #3CA483. Grayscale: #7D7D7D. Windows color (decimal): -3974276 or 8149955. OLE color: 8149955.

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

Color convert

RGB 195 91 124 -
CMYK 0 0.53 0.36 0.24
HSL 340.96º 0.46% 0.56% -
HSV(B) 340.96º 0.53% 0.76% -
XYZ 29.88 20.54 21.46 -
YUV 125.86 126.96 177.32 -
System Red Green Blue C M Y K H S L
Decimal 195 91 124 0 0.53 0.36 0.24 340.96 0.46 0.56
Hex C3 5B 7C 0 35 24 18 155 2E 38
Octal 303 133 174 0 65 44 30 525 56 70
Binary 11000011 1011011 1111100 0 110101 100100 11000 101010101 101110 111000

Color Harmonies of #C35B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35B7C

Black with #C35B7C

Text Example


Text Example

White with #C35B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35B7C; }

 p { color: rgb(195,91,124); }

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

background-color css

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

 a { background-color: rgb(195,91,124); }

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

border-color css

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

 span { border-color: rgb(195,91,124); }

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