Html Css Color HEX #C35B7A Cabaret

📋 copy color: '#C35B7A'

red 195 ◦ green 91 ◦ blue 122

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

Shades of Cabaret #C35B7A

Tints of Cabaret #C35B7A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

 BLUE value IS 122 (48.05% from 255) = 29.9%

R = 47.79%
G = 22.3%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C35B7A (or 0xC35B7A) is known color: Cabaret. HEX triplet: C3, 5B and 7A. RGB value is (195,91,122). Sum of RGB (Red+Green+Blue) = 195+91+122=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C35B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35B7A is #3CA485. Grayscale: #7D7D7D. Windows color (decimal): -3974278 or 8018883. OLE color: 8018883.

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

Color convert

RGB 195 91 122 -
CMYK 0 0.53 0.37 0.24
HSL 342.12º 0.46% 0.56% -
HSV(B) 342.12º 0.53% 0.76% -
XYZ 29.76 20.49 20.8 -
YUV 125.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 195 91 122 0 0.53 0.37 0.24 342.12 0.46 0.56
Hex C3 5B 7A 0 35 25 18 156 2E 38
Octal 303 133 172 0 65 45 30 526 56 70
Binary 11000011 1011011 1111010 0 110101 100101 11000 101010110 101110 111000

Color Harmonies of #C35B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35B7A

Black with #C35B7A

Text Example


Text Example

White with #C35B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35B7A; }

 p { color: rgb(195,91,122); }

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

background-color css

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

 a { background-color: rgb(195,91,122); }

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

border-color css

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

 span { border-color: rgb(195,91,122); }

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