Html Css Color HEX #C0836E Brandy Rose

📋 copy color: '#C0836E'

red 192 ◦ green 131 ◦ blue 110

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

Shades of Brandy Rose #C0836E

Tints of Brandy Rose #C0836E

RGB

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

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

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

R = 44.34%
G = 30.25%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0836E (or 0xC0836E) is known color: Brandy Rose. HEX triplet: C0, 83 and 6E. RGB value is (192,131,110). Sum of RGB (Red+Green+Blue) = 192+131+110=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0836E is #3F7C91. Grayscale: #929292. Windows color (decimal): -4160658 or 7242688. OLE color: 7242688.

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

Color convert

RGB 192 131 110 -
CMYK 0 0.32 0.43 0.25
HSL 15.37º 0.39% 0.59% -
HSV(B) 15.37º 0.43% 0.75% -
XYZ 32.67 28.56 18.54 -
YUV 146.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 192 131 110 0 0.32 0.43 0.25 15.37 0.39 0.59
Hex C0 83 6E 0 20 2B 19 F 27 3B
Octal 300 203 156 0 40 53 31 17 47 73
Binary 11000000 10000011 1101110 0 100000 101011 11001 1111 100111 111011

Color Harmonies of #C0836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0836E

Black with #C0836E

Text Example


Text Example

White with #C0836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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