Html Css Color HEX #C2836E Brandy Rose

📋 copy color: '#C2836E'

red 194 ◦ green 131 ◦ blue 110

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

Shades of Brandy Rose #C2836E

Tints of Brandy Rose #C2836E

RGB

 RED value IS 194 (76.17% from 255) = 44.6%

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

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

R = 44.6%
G = 30.11%
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

#C2836E (or 0xC2836E) is known color: Brandy Rose. HEX triplet: C2, 83 and 6E. RGB value is (194,131,110). Sum of RGB (Red+Green+Blue) = 194+131+110=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2836E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2836E is #3D7C91. Grayscale: #939393. Windows color (decimal): -4029586 or 7242690. OLE color: 7242690.

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

Color convert

RGB 194 131 110 -
CMYK 0 0.32 0.43 0.24
HSL 15º 0.41% 0.6% -
HSV(B) 15º 0.43% 0.76% -
XYZ 33.18 28.83 18.57 -
YUV 147.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 194 131 110 0 0.32 0.43 0.24 15 0.41 0.6
Hex C2 83 6E 0 20 2B 18 F 29 3C
Octal 302 203 156 0 40 53 30 17 51 74
Binary 11000010 10000011 1101110 0 100000 101011 11000 1111 101001 111100

Color Harmonies of #C2836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2836E

Black with #C2836E

Text Example


Text Example

White with #C2836E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2836E; }

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

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

background-color css

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

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

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

border-color css

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

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

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