Html Css Color HEX #C1866F Brandy Rose

📋 copy color: '#C1866F'

red 193 ◦ green 134 ◦ blue 111

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

Shades of Brandy Rose #C1866F

Tints of Brandy Rose #C1866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.59%

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

R = 44.06%
G = 30.59%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C1866F (or 0xC1866F) is known color: Brandy Rose. HEX triplet: C1, 86 and 6F. RGB value is (193,134,111). Sum of RGB (Red+Green+Blue) = 193+134+111=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C1866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1866F is #3E7990. Grayscale: #959595. Windows color (decimal): -4094353 or 7308993. OLE color: 7308993.

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

Color convert

RGB 193 134 111 -
CMYK 0 0.31 0.42 0.24
HSL 16.83º 0.4% 0.6% -
HSV(B) 16.83º 0.42% 0.76% -
XYZ 33.39 29.54 18.98 -
YUV 149.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 193 134 111 0 0.31 0.42 0.24 16.83 0.4 0.6
Hex C1 86 6F 0 1F 2A 18 11 28 3C
Octal 301 206 157 0 37 52 30 21 50 74
Binary 11000001 10000110 1101111 0 11111 101010 11000 10001 101000 111100

Color Harmonies of #C1866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1866F

Black with #C1866F

Text Example


Text Example

White with #C1866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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