Html Css Color HEX #C35175 Cabaret

📋 copy color: '#C35175'

red 195 ◦ green 81 ◦ blue 117

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

Shades of Cabaret #C35175

Tints of Cabaret #C35175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.61%

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

R = 49.62%
G = 20.61%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C35175 (or 0xC35175) is known color: Cabaret. HEX triplet: C3, 51 and 75. RGB value is (195,81,117). Sum of RGB (Red+Green+Blue) = 195+81+117=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C35175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35175 is #3CAE8A. Grayscale: #777777. Windows color (decimal): -3976843 or 7688643. OLE color: 7688643.

HSL color Cylindrical-coordinate representation of color #C35175: hue angle of 341.05º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35175 is Cyan = 0, Magento = 0.58, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 81 117 -
CMYK 0 0.58 0.4 0.24
HSL 341.05º 0.49% 0.54% -
HSV(B) 341.05º 0.58% 0.76% -
XYZ 28.66 18.77 18.94 -
YUV 119.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 195 81 117 0 0.58 0.4 0.24 341.05 0.49 0.54
Hex C3 51 75 0 3A 28 18 155 31 36
Octal 303 121 165 0 72 50 30 525 61 66
Binary 11000011 1010001 1110101 0 111010 101000 11000 101010101 110001 110110

Color Harmonies of #C35175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35175

Black with #C35175

Text Example


Text Example

White with #C35175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35175; }

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

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

background-color css

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

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

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

border-color css

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

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

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