Html Css Color HEX #C2836F Brandy Rose

📋 copy color: '#C2836F'

red 194 ◦ green 131 ◦ blue 111

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

Shades of Brandy Rose #C2836F

Tints of Brandy Rose #C2836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 44.5%
G = 30.05%
B = 25.46%

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

#C2836F (or 0xC2836F) is known color: Brandy Rose. HEX triplet: C2, 83 and 6F. RGB value is (194,131,111). Sum of RGB (Red+Green+Blue) = 194+131+111=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2836F is #3D7C90. Grayscale: #939393. Windows color (decimal): -4029585 or 7308226. OLE color: 7308226.

HSL color Cylindrical-coordinate representation of color #C2836F: hue angle of 14.46º degrees, saturation: 0.4, 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 #C2836F is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 111 -
CMYK 0 0.32 0.43 0.24
HSL 14.46º 0.4% 0.6% -
HSV(B) 14.46º 0.43% 0.76% -
XYZ 33.23 28.85 18.86 -
YUV 147.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 194 131 111 0 0.32 0.43 0.24 14.46 0.4 0.6
Hex C2 83 6F 0 20 2B 18 E 28 3C
Octal 302 203 157 0 40 53 30 16 50 74
Binary 11000010 10000011 1101111 0 100000 101011 11000 1110 101000 111100

Color Harmonies of #C2836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2836F

Black with #C2836F

Text Example


Text Example

White with #C2836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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