Html Css Color HEX #C35C6C Cabaret

📋 copy color: '#C35C6C'

red 195 ◦ green 92 ◦ blue 108

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

Shades of Cabaret #C35C6C

Tints of Cabaret #C35C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.34%

R = 49.37%
G = 23.29%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C35C6C (or 0xC35C6C) is known color: Cabaret. HEX triplet: C3, 5C and 6C. RGB value is (195,92,108). Sum of RGB (Red+Green+Blue) = 195+92+108=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C6C is #3CA393. Grayscale: #7C7C7C. Windows color (decimal): -3974036 or 7101635. OLE color: 7101635.

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

Color convert

RGB 195 92 108 -
CMYK 0 0.53 0.45 0.24
HSL 350.68º 0.46% 0.56% -
HSV(B) 350.68º 0.53% 0.76% -
XYZ 29.04 20.34 16.58 -
YUV 124.62 118.62 178.2 -
System Red Green Blue C M Y K H S L
Decimal 195 92 108 0 0.53 0.45 0.24 350.68 0.46 0.56
Hex C3 5C 6C 0 35 2D 18 15F 2E 38
Octal 303 134 154 0 65 55 30 537 56 70
Binary 11000011 1011100 1101100 0 110101 101101 11000 101011111 101110 111000

Color Harmonies of #C35C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C6C

Black with #C35C6C

Text Example


Text Example

White with #C35C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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