Html Css Color HEX #C35375 Cabaret

📋 copy color: '#C35375'

red 195 ◦ green 83 ◦ blue 117

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

Shades of Cabaret #C35375

Tints of Cabaret #C35375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 49.37%
G = 21.01%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C35375 (or 0xC35375) is known color: Cabaret. HEX triplet: C3, 53 and 75. RGB value is (195,83,117). Sum of RGB (Red+Green+Blue) = 195+83+117=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C35375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35375 is #3CAC8A. Grayscale: #787878. Windows color (decimal): -3976331 or 7689155. OLE color: 7689155.

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

Color convert

RGB 195 83 117 -
CMYK 0 0.57 0.4 0.24
HSL 341.79º 0.48% 0.55% -
HSV(B) 341.79º 0.57% 0.76% -
XYZ 28.81 19.07 18.99 -
YUV 120.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 195 83 117 0 0.57 0.4 0.24 341.79 0.48 0.55
Hex C3 53 75 0 39 28 18 156 30 37
Octal 303 123 165 0 71 50 30 526 60 67
Binary 11000011 1010011 1110101 0 111001 101000 11000 101010110 110000 110111

Color Harmonies of #C35375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35375

Black with #C35375

Text Example


Text Example

White with #C35375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35375; }

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

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

background-color css

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

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

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

border-color css

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

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

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