Html Css Color HEX #C3836F Brandy Rose

📋 copy color: '#C3836F'

red 195 ◦ green 131 ◦ blue 111

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

Shades of Brandy Rose #C3836F

Tints of Brandy Rose #C3836F

RGB

 RED value IS 195 (76.56% from 255) = 44.62%

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

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

R = 44.62%
G = 29.98%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3836F (or 0xC3836F) is known color: Brandy Rose. HEX triplet: C3, 83 and 6F. RGB value is (195,131,111). Sum of RGB (Red+Green+Blue) = 195+131+111=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3836F is #3C7C90. Grayscale: #949494. Windows color (decimal): -3964049 or 7308227. OLE color: 7308227.

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

Color convert

RGB 195 131 111 -
CMYK 0 0.33 0.43 0.24
HSL 14.29º 0.41% 0.6% -
HSV(B) 14.29º 0.43% 0.76% -
XYZ 33.49 28.98 18.87 -
YUV 147.86 107.2 161.63 -
System Red Green Blue C M Y K H S L
Decimal 195 131 111 0 0.33 0.43 0.24 14.29 0.41 0.6
Hex C3 83 6F 0 21 2B 18 E 29 3C
Octal 303 203 157 0 41 53 30 16 51 74
Binary 11000011 10000011 1101111 0 100001 101011 11000 1110 101001 111100

Color Harmonies of #C3836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3836F

Black with #C3836F

Text Example


Text Example

White with #C3836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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