Html Css Color HEX #C35E7A Cabaret

📋 copy color: '#C35E7A'

red 195 ◦ green 94 ◦ blue 122

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

Shades of Cabaret #C35E7A

Tints of Cabaret #C35E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.87%

 BLUE value IS 122 (48.05% from 255) = 29.68%

R = 47.45%
G = 22.87%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C35E7A (or 0xC35E7A) is known color: Cabaret. HEX triplet: C3, 5E and 7A. RGB value is (195,94,122). Sum of RGB (Red+Green+Blue) = 195+94+122=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E7A is #3CA185. Grayscale: #7F7F7F. Windows color (decimal): -3973510 or 8019651. OLE color: 8019651.

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

Color convert

RGB 195 94 122 -
CMYK 0 0.52 0.37 0.24
HSL 343.37º 0.46% 0.57% -
HSV(B) 343.37º 0.52% 0.76% -
XYZ 30.02 21.01 20.89 -
YUV 127.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 195 94 122 0 0.52 0.37 0.24 343.37 0.46 0.57
Hex C3 5E 7A 0 34 25 18 157 2E 39
Octal 303 136 172 0 64 45 30 527 56 71
Binary 11000011 1011110 1111010 0 110100 100101 11000 101010111 101110 111001

Color Harmonies of #C35E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35E7A

Black with #C35E7A

Text Example


Text Example

White with #C35E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35E7A; }

 p { color: rgb(195,94,122); }

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

background-color css

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

 a { background-color: rgb(195,94,122); }

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

border-color css

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

 span { border-color: rgb(195,94,122); }

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