Html Css Color HEX #C35E70 Cabaret

📋 copy color: '#C35E70'

red 195 ◦ green 94 ◦ blue 112

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

Shades of Cabaret #C35E70

Tints of Cabaret #C35E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.93%

R = 48.63%
G = 23.44%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C35E70 (or 0xC35E70) is known color: Cabaret. HEX triplet: C3, 5E and 70. RGB value is (195,94,112). Sum of RGB (Red+Green+Blue) = 195+94+112=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35E70 is #3CA18F. Grayscale: #7E7E7E. Windows color (decimal): -3973520 or 7364291. OLE color: 7364291.

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

Color convert

RGB 195 94 112 -
CMYK 0 0.52 0.43 0.24
HSL 349.31º 0.46% 0.57% -
HSV(B) 349.31º 0.52% 0.76% -
XYZ 29.43 20.78 17.79 -
YUV 126.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 195 94 112 0 0.52 0.43 0.24 349.31 0.46 0.57
Hex C3 5E 70 0 34 2B 18 15D 2E 39
Octal 303 136 160 0 64 53 30 535 56 71
Binary 11000011 1011110 1110000 0 110100 101011 11000 101011101 101110 111001

Color Harmonies of #C35E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35E70

Black with #C35E70

Text Example


Text Example

White with #C35E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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