Html Css Color HEX #C36970 Cabaret

📋 copy color: '#C36970'

red 195 ◦ green 105 ◦ blue 112

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

Shades of Cabaret #C36970

Tints of Cabaret #C36970

RGB

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

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

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

R = 47.33%
G = 25.49%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C36970 (or 0xC36970) is known color: Cabaret. HEX triplet: C3, 69 and 70. RGB value is (195,105,112). Sum of RGB (Red+Green+Blue) = 195+105+112=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C36970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36970 is #3C968F. Grayscale: #848484. Windows color (decimal): -3970704 or 7367107. OLE color: 7367107.

HSL color Cylindrical-coordinate representation of color #C36970: hue angle of 355.33º 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 #C36970 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 105 112 -
CMYK 0 0.46 0.43 0.24
HSL 355.33º 0.43% 0.59% -
HSV(B) 355.33º 0.46% 0.76% -
XYZ 30.48 22.88 18.14 -
YUV 132.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 195 105 112 0 0.46 0.43 0.24 355.33 0.43 0.59
Hex C3 69 70 0 2E 2B 18 163 2B 3B
Octal 303 151 160 0 56 53 30 543 53 73
Binary 11000011 1101001 1110000 0 101110 101011 11000 101100011 101011 111011

Color Harmonies of #C36970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36970

Black with #C36970

Text Example


Text Example

White with #C36970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36970; }

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

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

background-color css

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

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

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

border-color css

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

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

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