Html Css Color HEX #C36474 Cabaret

📋 copy color: '#C36474'

red 195 ◦ green 100 ◦ blue 116

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

Shades of Cabaret #C36474

Tints of Cabaret #C36474

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.33%

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

R = 47.45%
G = 24.33%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C36474 (or 0xC36474) is known color: Cabaret. HEX triplet: C3, 64 and 74. RGB value is (195,100,116). Sum of RGB (Red+Green+Blue) = 195+100+116=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C36474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36474 is #3C9B8B. Grayscale: #828282. Windows color (decimal): -3971980 or 7627971. OLE color: 7627971.

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

Color convert

RGB 195 100 116 -
CMYK 0 0.49 0.41 0.24
HSL 349.89º 0.44% 0.58% -
HSV(B) 349.89º 0.49% 0.76% -
XYZ 30.22 21.98 19.17 -
YUV 130.23 119.97 174.2 -
System Red Green Blue C M Y K H S L
Decimal 195 100 116 0 0.49 0.41 0.24 349.89 0.44 0.58
Hex C3 64 74 0 31 29 18 15E 2C 3A
Octal 303 144 164 0 61 51 30 536 54 72
Binary 11000011 1100100 1110100 0 110001 101001 11000 101011110 101100 111010

Color Harmonies of #C36474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36474

Black with #C36474

Text Example


Text Example

White with #C36474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36474; }

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

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

background-color css

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

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

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

border-color css

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

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

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