Html Css Color HEX #C48679 Brandy Rose

📋 copy color: '#C48679'

red 196 ◦ green 134 ◦ blue 121

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

Shades of Brandy Rose #C48679

Tints of Brandy Rose #C48679

RGB

 RED value IS 196 (76.95% from 255) = 43.46%

 GREEN value IS 134 (52.73% from 255) = 29.71%

 BLUE value IS 121 (47.66% from 255) = 26.83%

R = 43.46%
G = 29.71%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C48679 (or 0xC48679) is known color: Brandy Rose. HEX triplet: C4, 86 and 79. RGB value is (196,134,121). Sum of RGB (Red+Green+Blue) = 196+134+121=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C48679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48679 is #3B7986. Grayscale: #979797. Windows color (decimal): -3897735 or 7964356. OLE color: 7964356.

HSL color Cylindrical-coordinate representation of color #C48679: hue angle of 10.4º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C48679 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 121 -
CMYK 0 0.32 0.38 0.23
HSL 10.4º 0.39% 0.62% -
HSV(B) 10.4º 0.38% 0.77% -
XYZ 34.74 30.17 22.08 -
YUV 151.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 196 134 121 0 0.32 0.38 0.23 10.4 0.39 0.62
Hex C4 86 79 0 20 26 17 A 27 3E
Octal 304 206 171 0 40 46 27 12 47 76
Binary 11000100 10000110 1111001 0 100000 100110 10111 1010 100111 111110

Color Harmonies of #C48679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48679

Black with #C48679

Text Example


Text Example

White with #C48679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48679; }

 p { color: rgb(196,134,121); }

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

background-color css

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

 a { background-color: rgb(196,134,121); }

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

border-color css

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

 span { border-color: rgb(196,134,121); }

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