Html Css Color HEX #C35F7B Cabaret

📋 copy color: '#C35F7B'

red 195 ◦ green 95 ◦ blue 123

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

Shades of Cabaret #C35F7B

Tints of Cabaret #C35F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 47.22%
G = 23%
B = 29.78%

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

#C35F7B (or 0xC35F7B) is known color: Cabaret. HEX triplet: C3, 5F and 7B. RGB value is (195,95,123). Sum of RGB (Red+Green+Blue) = 195+95+123=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F7B is #3CA084. Grayscale: #808080. Windows color (decimal): -3973253 or 8085443. OLE color: 8085443.

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

Color convert

RGB 195 95 123 -
CMYK 0 0.51 0.37 0.24
HSL 343.2º 0.45% 0.57% -
HSV(B) 343.2º 0.51% 0.76% -
XYZ 30.17 21.22 21.24 -
YUV 128.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 195 95 123 0 0.51 0.37 0.24 343.2 0.45 0.57
Hex C3 5F 7B 0 33 25 18 157 2D 39
Octal 303 137 173 0 63 45 30 527 55 71
Binary 11000011 1011111 1111011 0 110011 100101 11000 101010111 101101 111001

Color Harmonies of #C35F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F7B

Black with #C35F7B

Text Example


Text Example

White with #C35F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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