Html Css Color HEX #C35C72 Cabaret

📋 copy color: '#C35C72'

red 195 ◦ green 92 ◦ blue 114

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

Shades of Cabaret #C35C72

Tints of Cabaret #C35C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.94%

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

R = 48.63%
G = 22.94%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C35C72 (or 0xC35C72) is known color: Cabaret. HEX triplet: C3, 5C and 72. RGB value is (195,92,114). Sum of RGB (Red+Green+Blue) = 195+92+114=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C72 is #3CA38D. Grayscale: #7D7D7D. Windows color (decimal): -3974030 or 7494851. OLE color: 7494851.

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

Color convert

RGB 195 92 114 -
CMYK 0 0.53 0.42 0.24
HSL 347.18º 0.46% 0.56% -
HSV(B) 347.18º 0.53% 0.76% -
XYZ 29.37 20.47 18.32 -
YUV 125.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 195 92 114 0 0.53 0.42 0.24 347.18 0.46 0.56
Hex C3 5C 72 0 35 2A 18 15B 2E 38
Octal 303 134 162 0 65 52 30 533 56 70
Binary 11000011 1011100 1110010 0 110101 101010 11000 101011011 101110 111000

Color Harmonies of #C35C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C72

Black with #C35C72

Text Example


Text Example

White with #C35C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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