Html Css Color HEX #C35674 Cabaret

📋 copy color: '#C35674'

red 195 ◦ green 86 ◦ blue 116

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

Shades of Cabaret #C35674

Tints of Cabaret #C35674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.66%

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

R = 49.12%
G = 21.66%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C35674 (or 0xC35674) is known color: Cabaret. HEX triplet: C3, 56 and 74. RGB value is (195,86,116). Sum of RGB (Red+Green+Blue) = 195+86+116=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C35674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35674 is #3CA98B. Grayscale: #7A7A7A. Windows color (decimal): -3975564 or 7624387. OLE color: 7624387.

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

Color convert

RGB 195 86 116 -
CMYK 0 0.56 0.41 0.24
HSL 343.49º 0.48% 0.55% -
HSV(B) 343.49º 0.56% 0.76% -
XYZ 28.99 19.52 18.76 -
YUV 122.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 195 86 116 0 0.56 0.41 0.24 343.49 0.48 0.55
Hex C3 56 74 0 38 29 18 157 30 37
Octal 303 126 164 0 70 51 30 527 60 67
Binary 11000011 1010110 1110100 0 111000 101001 11000 101010111 110000 110111

Color Harmonies of #C35674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35674

Black with #C35674

Text Example


Text Example

White with #C35674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35674; }

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

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

background-color css

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

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

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

border-color css

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

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

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