Html Css Color HEX #C36974 Cabaret

📋 copy color: '#C36974'

red 195 ◦ green 105 ◦ blue 116

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

Shades of Cabaret #C36974

Tints of Cabaret #C36974

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.24%

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

R = 46.88%
G = 25.24%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C36974 (or 0xC36974) is known color: Cabaret. HEX triplet: C3, 69 and 74. RGB value is (195,105,116). Sum of RGB (Red+Green+Blue) = 195+105+116=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C36974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36974 is #3C968B. Grayscale: #858585. Windows color (decimal): -3970700 or 7629251. OLE color: 7629251.

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

Color convert

RGB 195 105 116 -
CMYK 0 0.46 0.41 0.24
HSL 352.67º 0.43% 0.59% -
HSV(B) 352.67º 0.46% 0.76% -
XYZ 30.71 22.97 19.34 -
YUV 133.16 118.32 172.11 -
System Red Green Blue C M Y K H S L
Decimal 195 105 116 0 0.46 0.41 0.24 352.67 0.43 0.59
Hex C3 69 74 0 2E 29 18 161 2B 3B
Octal 303 151 164 0 56 51 30 541 53 73
Binary 11000011 1101001 1110100 0 101110 101001 11000 101100001 101011 111011

Color Harmonies of #C36974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36974

Black with #C36974

Text Example


Text Example

White with #C36974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36974; }

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

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

background-color css

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

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

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

border-color css

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

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

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