Html Css Color HEX #C1837E Brandy Rose

📋 copy color: '#C1837E'

red 193 ◦ green 131 ◦ blue 126

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

Shades of Brandy Rose #C1837E

Tints of Brandy Rose #C1837E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28%

R = 42.89%
G = 29.11%
B = 28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1837E (or 0xC1837E) is known color: Brandy Rose. HEX triplet: C1, 83 and 7E. RGB value is (193,131,126). Sum of RGB (Red+Green+Blue) = 193+131+126=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C1837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1837E is #3E7C81. Grayscale: #959595. Windows color (decimal): -4095106 or 8291265. OLE color: 8291265.

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

Color convert

RGB 193 131 126 -
CMYK 0 0.32 0.35 0.24
HSL 4.48º 0.35% 0.63% -
HSV(B) 4.48º 0.35% 0.76% -
XYZ 33.87 29.08 23.57 -
YUV 148.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 193 131 126 0 0.32 0.35 0.24 4.48 0.35 0.63
Hex C1 83 7E 0 20 23 18 4 23 3F
Octal 301 203 176 0 40 43 30 4 43 77
Binary 11000001 10000011 1111110 0 100000 100011 11000 100 100011 111111

Color Harmonies of #C1837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1837E

Black with #C1837E

Text Example


Text Example

White with #C1837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1837E; }

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

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

background-color css

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

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

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

border-color css

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

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

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