Html Css Color HEX #C35C7D Cabaret

📋 copy color: '#C35C7D'

red 195 ◦ green 92 ◦ blue 125

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

Shades of Cabaret #C35C7D

Tints of Cabaret #C35C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 47.33%
G = 22.33%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C35C7D (or 0xC35C7D) is known color: Cabaret. HEX triplet: C3, 5C and 7D. RGB value is (195,92,125). Sum of RGB (Red+Green+Blue) = 195+92+125=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C7D is #3CA382. Grayscale: #7E7E7E. Windows color (decimal): -3974019 or 8215747. OLE color: 8215747.

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

Color convert

RGB 195 92 125 -
CMYK 0 0.53 0.36 0.24
HSL 340.78º 0.46% 0.56% -
HSV(B) 340.78º 0.53% 0.76% -
XYZ 30.03 20.74 21.82 -
YUV 126.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 195 92 125 0 0.53 0.36 0.24 340.78 0.46 0.56
Hex C3 5C 7D 0 35 24 18 155 2E 38
Octal 303 134 175 0 65 44 30 525 56 70
Binary 11000011 1011100 1111101 0 110101 100100 11000 101010101 101110 111000

Color Harmonies of #C35C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35C7D

Black with #C35C7D

Text Example


Text Example

White with #C35C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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