Html Css Color HEX #C36770 Cabaret

📋 copy color: '#C36770'

red 195 ◦ green 103 ◦ blue 112

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

Shades of Cabaret #C36770

Tints of Cabaret #C36770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.12%

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

R = 47.56%
G = 25.12%
B = 27.32%

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

#C36770 (or 0xC36770) is known color: Cabaret. HEX triplet: C3, 67 and 70. RGB value is (195,103,112). Sum of RGB (Red+Green+Blue) = 195+103+112=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C36770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36770 is #3C988F. Grayscale: #838383. Windows color (decimal): -3971216 or 7366595. OLE color: 7366595.

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

Color convert

RGB 195 103 112 -
CMYK 0 0.47 0.43 0.24
HSL 354.13º 0.43% 0.58% -
HSV(B) 354.13º 0.47% 0.76% -
XYZ 30.28 22.47 18.07 -
YUV 131.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 195 103 112 0 0.47 0.43 0.24 354.13 0.43 0.58
Hex C3 67 70 0 2F 2B 18 162 2B 3A
Octal 303 147 160 0 57 53 30 542 53 72
Binary 11000011 1100111 1110000 0 101111 101011 11000 101100010 101011 111010

Color Harmonies of #C36770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36770

Black with #C36770

Text Example


Text Example

White with #C36770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36770; }

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

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

background-color css

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

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

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

border-color css

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

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

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