Html Css Color HEX #C36870 Cabaret

📋 copy color: '#C36870'

red 195 ◦ green 104 ◦ blue 112

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

Shades of Cabaret #C36870

Tints of Cabaret #C36870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.3%

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 47.45%
G = 25.3%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C36870 (or 0xC36870) is known color: Cabaret. HEX triplet: C3, 68 and 70. RGB value is (195,104,112). Sum of RGB (Red+Green+Blue) = 195+104+112=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C36870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36870 is #3C978F. Grayscale: #848484. Windows color (decimal): -3970960 or 7366851. OLE color: 7366851.

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

Color convert

RGB 195 104 112 -
CMYK 0 0.47 0.43 0.24
HSL 354.73º 0.43% 0.59% -
HSV(B) 354.73º 0.47% 0.76% -
XYZ 30.38 22.67 18.1 -
YUV 132.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 195 104 112 0 0.47 0.43 0.24 354.73 0.43 0.59
Hex C3 68 70 0 2F 2B 18 163 2B 3B
Octal 303 150 160 0 57 53 30 543 53 73
Binary 11000011 1101000 1110000 0 101111 101011 11000 101100011 101011 111011

Color Harmonies of #C36870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36870

Black with #C36870

Text Example


Text Example

White with #C36870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36870; }

 p { color: rgb(195,104,112); }

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

background-color css

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

 a { background-color: rgb(195,104,112); }

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

border-color css

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

 span { border-color: rgb(195,104,112); }

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