Html Css Color HEX #C35474 Cabaret

📋 copy color: '#C35474'

red 195 ◦ green 84 ◦ blue 116

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

Shades of Cabaret #C35474

Tints of Cabaret #C35474

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.27%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 49.37%
G = 21.27%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C35474 (or 0xC35474) is known color: Cabaret. HEX triplet: C3, 54 and 74. RGB value is (195,84,116). Sum of RGB (Red+Green+Blue) = 195+84+116=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C35474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35474 is #3CAB8B. Grayscale: #787878. Windows color (decimal): -3976076 or 7623875. OLE color: 7623875.

HSL color Cylindrical-coordinate representation of color #C35474: hue angle of 342.7º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35474 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 84 116 -
CMYK 0 0.57 0.41 0.24
HSL 342.7º 0.48% 0.55% -
HSV(B) 342.7º 0.57% 0.76% -
XYZ 28.83 19.2 18.71 -
YUV 120.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 195 84 116 0 0.57 0.41 0.24 342.7 0.48 0.55
Hex C3 54 74 0 39 29 18 157 30 37
Octal 303 124 164 0 71 51 30 527 60 67
Binary 11000011 1010100 1110100 0 111001 101001 11000 101010111 110000 110111

Color Harmonies of #C35474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35474

Black with #C35474

Text Example


Text Example

White with #C35474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35474; }

 p { color: rgb(195,84,116); }

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

background-color css

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

 a { background-color: rgb(195,84,116); }

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

border-color css

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

 span { border-color: rgb(195,84,116); }

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