Html Css Color HEX #C35870 Cabaret

📋 copy color: '#C35870'

red 195 ◦ green 88 ◦ blue 112

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

Shades of Cabaret #C35870

Tints of Cabaret #C35870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.28%

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

R = 49.37%
G = 22.28%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C35870 (or 0xC35870) is known color: Cabaret. HEX triplet: C3, 58 and 70. RGB value is (195,88,112). Sum of RGB (Red+Green+Blue) = 195+88+112=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 88 (34.77% from 255 or 22.28% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C35870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35870 is #3CA78F. Grayscale: #7A7A7A. Windows color (decimal): -3975056 or 7362755. OLE color: 7362755.

HSL color Cylindrical-coordinate representation of color #C35870: hue angle of 346.54º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C35870 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 88 112 -
CMYK 0 0.55 0.43 0.24
HSL 346.54º 0.47% 0.55% -
HSV(B) 346.54º 0.55% 0.76% -
XYZ 28.92 19.75 17.62 -
YUV 122.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 195 88 112 0 0.55 0.43 0.24 346.54 0.47 0.55
Hex C3 58 70 0 37 2B 18 15B 2F 37
Octal 303 130 160 0 67 53 30 533 57 67
Binary 11000011 1011000 1110000 0 110111 101011 11000 101011011 101111 110111

Color Harmonies of #C35870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35870

Black with #C35870

Text Example


Text Example

White with #C35870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35870; }

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

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

background-color css

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

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

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

border-color css

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

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

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