Html Css Color HEX #C35F72 Cabaret

📋 copy color: '#C35F72'

red 195 ◦ green 95 ◦ blue 114

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

Shades of Cabaret #C35F72

Tints of Cabaret #C35F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.51%

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 48.27%
G = 23.51%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C35F72 (or 0xC35F72) is known color: Cabaret. HEX triplet: C3, 5F and 72. RGB value is (195,95,114). Sum of RGB (Red+Green+Blue) = 195+95+114=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F72 is #3CA08D. Grayscale: #7F7F7F. Windows color (decimal): -3973262 or 7495619. OLE color: 7495619.

HSL color Cylindrical-coordinate representation of color #C35F72: hue angle of 348.6º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C35F72 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 95 114 -
CMYK 0 0.51 0.42 0.24
HSL 348.6º 0.45% 0.57% -
HSV(B) 348.6º 0.51% 0.76% -
XYZ 29.64 21 18.41 -
YUV 127.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 195 95 114 0 0.51 0.42 0.24 348.6 0.45 0.57
Hex C3 5F 72 0 33 2A 18 15D 2D 39
Octal 303 137 162 0 63 52 30 535 55 71
Binary 11000011 1011111 1110010 0 110011 101010 11000 101011101 101101 111001

Color Harmonies of #C35F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F72

Black with #C35F72

Text Example


Text Example

White with #C35F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F72; }

 p { color: rgb(195,95,114); }

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

background-color css

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

 a { background-color: rgb(195,95,114); }

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

border-color css

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

 span { border-color: rgb(195,95,114); }

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