Html Css Color HEX #C35F7A Cabaret

📋 copy color: '#C35F7A'

red 195 ◦ green 95 ◦ blue 122

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

Shades of Cabaret #C35F7A

Tints of Cabaret #C35F7A

RGB

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

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

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

R = 47.33%
G = 23.06%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C35F7A (or 0xC35F7A) is known color: Cabaret. HEX triplet: C3, 5F and 7A. RGB value is (195,95,122). Sum of RGB (Red+Green+Blue) = 195+95+122=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F7A is #3CA085. Grayscale: #7F7F7F. Windows color (decimal): -3973254 or 8019907. OLE color: 8019907.

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

Color convert

RGB 195 95 122 -
CMYK 0 0.51 0.37 0.24
HSL 343.8º 0.45% 0.57% -
HSV(B) 343.8º 0.51% 0.76% -
XYZ 30.11 21.19 20.92 -
YUV 127.98 124.63 175.8 -
System Red Green Blue C M Y K H S L
Decimal 195 95 122 0 0.51 0.37 0.24 343.8 0.45 0.57
Hex C3 5F 7A 0 33 25 18 158 2D 39
Octal 303 137 172 0 63 45 30 530 55 71
Binary 11000011 1011111 1111010 0 110011 100101 11000 101011000 101101 111001

Color Harmonies of #C35F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F7A

Black with #C35F7A

Text Example


Text Example

White with #C35F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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