Html Css Color HEX #C1886F Brandy Rose

📋 copy color: '#C1886F'

red 193 ◦ green 136 ◦ blue 111

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

Shades of Brandy Rose #C1886F

Tints of Brandy Rose #C1886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

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

R = 43.86%
G = 30.91%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1886F (or 0xC1886F) is known color: Brandy Rose. HEX triplet: C1, 88 and 6F. RGB value is (193,136,111). Sum of RGB (Red+Green+Blue) = 193+136+111=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C1886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1886F is #3E7790. Grayscale: #969696. Windows color (decimal): -4093841 or 7309505. OLE color: 7309505.

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

Color convert

RGB 193 136 111 -
CMYK 0 0.30 0.42 0.24
HSL 18.29º 0.4% 0.6% -
HSV(B) 18.29º 0.42% 0.76% -
XYZ 33.67 30.09 19.07 -
YUV 150.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 193 136 111 0 0.30 0.42 0.24 18.29 0.4 0.6
Hex C1 88 6F 0 1E 2A 18 12 28 3C
Octal 301 210 157 0 36 52 30 22 50 74
Binary 11000001 10001000 1101111 0 11110 101010 11000 10010 101000 111100

Color Harmonies of #C1886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1886F

Black with #C1886F

Text Example


Text Example

White with #C1886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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