Html Css Color HEX #C1846E Brandy Rose

📋 copy color: '#C1846E'

red 193 ◦ green 132 ◦ blue 110

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

Shades of Brandy Rose #C1846E

Tints of Brandy Rose #C1846E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.34%

 BLUE value IS 110 (43.36% from 255) = 25.29%

R = 44.37%
G = 30.34%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1846E (or 0xC1846E) is known color: Brandy Rose. HEX triplet: C1, 84 and 6E. RGB value is (193,132,110). Sum of RGB (Red+Green+Blue) = 193+132+110=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1846E is #3E7B91. Grayscale: #939393. Windows color (decimal): -4094866 or 7242945. OLE color: 7242945.

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

Color convert

RGB 193 132 110 -
CMYK 0 0.32 0.43 0.24
HSL 15.9º 0.4% 0.59% -
HSV(B) 15.9º 0.43% 0.76% -
XYZ 33.06 28.97 18.6 -
YUV 147.73 106.71 160.29 -
System Red Green Blue C M Y K H S L
Decimal 193 132 110 0 0.32 0.43 0.24 15.9 0.4 0.59
Hex C1 84 6E 0 20 2B 18 10 28 3B
Octal 301 204 156 0 40 53 30 20 50 73
Binary 11000001 10000100 1101110 0 100000 101011 11000 10000 101000 111011

Color Harmonies of #C1846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1846E

Black with #C1846E

Text Example


Text Example

White with #C1846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1846E; }

 p { color: rgb(193,132,110); }

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

background-color css

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

 a { background-color: rgb(193,132,110); }

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

border-color css

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

 span { border-color: rgb(193,132,110); }

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