Html Css Color HEX #C48579 Brandy Rose

📋 copy color: '#C48579'

red 196 ◦ green 133 ◦ blue 121

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

Shades of Brandy Rose #C48579

Tints of Brandy Rose #C48579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.56%

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

R = 43.56%
G = 29.56%
B = 26.89%

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

#C48579 (or 0xC48579) is known color: Brandy Rose. HEX triplet: C4, 85 and 79. RGB value is (196,133,121). Sum of RGB (Red+Green+Blue) = 196+133+121=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C48579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48579 is #3B7A86. Grayscale: #969696. Windows color (decimal): -3897991 or 7964100. OLE color: 7964100.

HSL color Cylindrical-coordinate representation of color #C48579: hue angle of 9.6º 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 #C48579 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 133 121 -
CMYK 0 0.32 0.38 0.23
HSL 9.6º 0.39% 0.62% -
HSV(B) 9.6º 0.38% 0.77% -
XYZ 34.6 29.89 22.03 -
YUV 150.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 196 133 121 0 0.32 0.38 0.23 9.6 0.39 0.62
Hex C4 85 79 0 20 26 17 A 27 3E
Octal 304 205 171 0 40 46 27 12 47 76
Binary 11000100 10000101 1111001 0 100000 100110 10111 1010 100111 111110

Color Harmonies of #C48579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48579

Black with #C48579

Text Example


Text Example

White with #C48579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48579; }

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

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

background-color css

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

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

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

border-color css

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

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

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