Html Css Color HEX #C48578 Brandy Rose

📋 copy color: '#C48578'

red 196 ◦ green 133 ◦ blue 120

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

Shades of Brandy Rose #C48578

Tints of Brandy Rose #C48578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.73%

R = 43.65%
G = 29.62%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C48578 (or 0xC48578) is known color: Brandy Rose. HEX triplet: C4, 85 and 78. RGB value is (196,133,120). Sum of RGB (Red+Green+Blue) = 196+133+120=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C48578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48578 is #3B7A87. Grayscale: #969696. Windows color (decimal): -3897992 or 7898564. OLE color: 7898564.

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

Color convert

RGB 196 133 120 -
CMYK 0 0.32 0.39 0.23
HSL 10.26º 0.39% 0.62% -
HSV(B) 10.26º 0.39% 0.77% -
XYZ 34.54 29.87 21.71 -
YUV 150.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 196 133 120 0 0.32 0.39 0.23 10.26 0.39 0.62
Hex C4 85 78 0 20 27 17 A 27 3E
Octal 304 205 170 0 40 47 27 12 47 76
Binary 11000100 10000101 1111000 0 100000 100111 10111 1010 100111 111110

Color Harmonies of #C48578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48578

Black with #C48578

Text Example


Text Example

White with #C48578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48578; }

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

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

background-color css

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

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

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

border-color css

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

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

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