Html Css Color HEX #C35370 Cabaret

📋 copy color: '#C35370'

red 195 ◦ green 83 ◦ blue 112

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

Shades of Cabaret #C35370

Tints of Cabaret #C35370

RGB

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

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

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

R = 50%
G = 21.28%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C35370 (or 0xC35370) is known color: Cabaret. HEX triplet: C3, 53 and 70. RGB value is (195,83,112). Sum of RGB (Red+Green+Blue) = 195+83+112=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C35370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35370 is #3CAC8F. Grayscale: #777777. Windows color (decimal): -3976336 or 7361475. OLE color: 7361475.

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

Color convert

RGB 195 83 112 -
CMYK 0 0.57 0.43 0.24
HSL 344.46º 0.48% 0.55% -
HSV(B) 344.46º 0.57% 0.76% -
XYZ 28.52 18.96 17.49 -
YUV 119.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 195 83 112 0 0.57 0.43 0.24 344.46 0.48 0.55
Hex C3 53 70 0 39 2B 18 158 30 37
Octal 303 123 160 0 71 53 30 530 60 67
Binary 11000011 1010011 1110000 0 111001 101011 11000 101011000 110000 110111

Color Harmonies of #C35370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35370

Black with #C35370

Text Example


Text Example

White with #C35370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35370; }

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

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

background-color css

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

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

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

border-color css

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

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

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