Html Css Color HEX #C0837E Brandy Rose

📋 copy color: '#C0837E'

red 192 ◦ green 131 ◦ blue 126

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

Shades of Brandy Rose #C0837E

Tints of Brandy Rose #C0837E

RGB

 RED value IS 192 (75.39% from 255) = 42.76%

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

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

R = 42.76%
G = 29.18%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0837E (or 0xC0837E) is known color: Brandy Rose. HEX triplet: C0, 83 and 7E. RGB value is (192,131,126). Sum of RGB (Red+Green+Blue) = 192+131+126=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0837E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0837E is #3F7C81. Grayscale: #949494. Windows color (decimal): -4160642 or 8291264. OLE color: 8291264.

HSL color Cylindrical-coordinate representation of color #C0837E: hue angle of 4.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0837E is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 126 -
CMYK 0 0.32 0.34 0.25
HSL 4.55º 0.34% 0.62% -
HSV(B) 4.55º 0.34% 0.75% -
XYZ 33.62 28.95 23.55 -
YUV 148.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 192 131 126 0 0.32 0.34 0.25 4.55 0.34 0.62
Hex C0 83 7E 0 20 22 19 5 22 3E
Octal 300 203 176 0 40 42 31 5 42 76
Binary 11000000 10000011 1111110 0 100000 100010 11001 101 100010 111110

Color Harmonies of #C0837E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0837E

Black with #C0837E

Text Example


Text Example

White with #C0837E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0837E; }

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

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

background-color css

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

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

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

border-color css

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

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

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