Html Css Color HEX #C3806F Brandy Rose

📋 copy color: '#C3806F'

red 195 ◦ green 128 ◦ blue 111

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

Shades of Brandy Rose #C3806F

Tints of Brandy Rose #C3806F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

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

R = 44.93%
G = 29.49%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3806F (or 0xC3806F) is known color: Brandy Rose. HEX triplet: C3, 80 and 6F. RGB value is (195,128,111). Sum of RGB (Red+Green+Blue) = 195+128+111=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3806F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3806F is #3C7F90. Grayscale: #929292. Windows color (decimal): -3964817 or 7307459. OLE color: 7307459.

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

Color convert

RGB 195 128 111 -
CMYK 0 0.34 0.43 0.24
HSL 12.14º 0.41% 0.6% -
HSV(B) 12.14º 0.43% 0.76% -
XYZ 33.09 28.19 18.74 -
YUV 146.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 195 128 111 0 0.34 0.43 0.24 12.14 0.41 0.6
Hex C3 80 6F 0 22 2B 18 C 29 3C
Octal 303 200 157 0 42 53 30 14 51 74
Binary 11000011 10000000 1101111 0 100010 101011 11000 1100 101001 111100

Color Harmonies of #C3806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3806F

Black with #C3806F

Text Example


Text Example

White with #C3806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3806F; }

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

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

background-color css

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

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

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

border-color css

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

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

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