Html Css Color HEX #C1836F Brandy Rose

📋 copy color: '#C1836F'

red 193 ◦ green 131 ◦ blue 111

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

Shades of Brandy Rose #C1836F

Tints of Brandy Rose #C1836F

RGB

 RED value IS 193 (75.78% from 255) = 44.37%

 GREEN value IS 131 (51.56% from 255) = 30.11%

 BLUE value IS 111 (43.75% from 255) = 25.52%

R = 44.37%
G = 30.11%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1836F (or 0xC1836F) is known color: Brandy Rose. HEX triplet: C1, 83 and 6F. RGB value is (193,131,111). Sum of RGB (Red+Green+Blue) = 193+131+111=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1836F is #3E7C90. Grayscale: #939393. Windows color (decimal): -4095121 or 7308225. OLE color: 7308225.

HSL color Cylindrical-coordinate representation of color #C1836F: hue angle of 14.63º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1836F is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 131 111 -
CMYK 0 0.32 0.42 0.24
HSL 14.63º 0.4% 0.6% -
HSV(B) 14.63º 0.42% 0.76% -
XYZ 32.98 28.72 18.84 -
YUV 147.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 193 131 111 0 0.32 0.42 0.24 14.63 0.4 0.6
Hex C1 83 6F 0 20 2A 18 F 28 3C
Octal 301 203 157 0 40 52 30 17 50 74
Binary 11000001 10000011 1101111 0 100000 101010 11000 1111 101000 111100

Color Harmonies of #C1836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1836F

Black with #C1836F

Text Example


Text Example

White with #C1836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1836F; }

 p { color: rgb(193,131,111); }

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

background-color css

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

 a { background-color: rgb(193,131,111); }

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

border-color css

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

 span { border-color: rgb(193,131,111); }

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