Html Css Color HEX #C48078 Brandy Rose

📋 copy color: '#C48078'

red 196 ◦ green 128 ◦ blue 120

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

Shades of Brandy Rose #C48078

Tints of Brandy Rose #C48078

RGB

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

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

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

R = 44.14%
G = 28.83%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C48078 (or 0xC48078) is known color: Brandy Rose. HEX triplet: C4, 80 and 78. RGB value is (196,128,120). Sum of RGB (Red+Green+Blue) = 196+128+120=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C48078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48078 is #3B7F87. Grayscale: #939393. Windows color (decimal): -3899272 or 7897284. OLE color: 7897284.

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

Color convert

RGB 196 128 120 -
CMYK 0 0.35 0.39 0.23
HSL 6.32º 0.39% 0.62% -
HSV(B) 6.32º 0.39% 0.77% -
XYZ 33.87 28.53 21.49 -
YUV 147.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 196 128 120 0 0.35 0.39 0.23 6.32 0.39 0.62
Hex C4 80 78 0 23 27 17 6 27 3E
Octal 304 200 170 0 43 47 27 6 47 76
Binary 11000100 10000000 1111000 0 100011 100111 10111 110 100111 111110

Color Harmonies of #C48078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48078

Black with #C48078

Text Example


Text Example

White with #C48078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48078; }

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

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

background-color css

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

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

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

border-color css

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

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

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