Html Css Color HEX #C48478 Brandy Rose

📋 copy color: '#C48478'

red 196 ◦ green 132 ◦ blue 120

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

Shades of Brandy Rose #C48478

Tints of Brandy Rose #C48478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

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

R = 43.75%
G = 29.46%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C48478 (or 0xC48478) is known color: Brandy Rose. HEX triplet: C4, 84 and 78. RGB value is (196,132,120). Sum of RGB (Red+Green+Blue) = 196+132+120=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C48478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48478 is #3B7B87. Grayscale: #959595. Windows color (decimal): -3898248 or 7898308. OLE color: 7898308.

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

Color convert

RGB 196 132 120 -
CMYK 0 0.33 0.39 0.23
HSL 9.47º 0.39% 0.62% -
HSV(B) 9.47º 0.39% 0.77% -
XYZ 34.41 29.59 21.67 -
YUV 149.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 196 132 120 0 0.33 0.39 0.23 9.47 0.39 0.62
Hex C4 84 78 0 21 27 17 9 27 3E
Octal 304 204 170 0 41 47 27 11 47 76
Binary 11000100 10000100 1111000 0 100001 100111 10111 1001 100111 111110

Color Harmonies of #C48478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48478

Black with #C48478

Text Example


Text Example

White with #C48478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48478; }

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

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

background-color css

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

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

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

border-color css

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

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

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