Html Css Color HEX #C48278 Brandy Rose

📋 copy color: '#C48278'

red 196 ◦ green 130 ◦ blue 120

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

Shades of Brandy Rose #C48278

Tints of Brandy Rose #C48278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.15%

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

R = 43.95%
G = 29.15%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C48278 (or 0xC48278) is known color: Brandy Rose. HEX triplet: C4, 82 and 78. RGB value is (196,130,120). Sum of RGB (Red+Green+Blue) = 196+130+120=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C48278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48278 is #3B7D87. Grayscale: #949494. Windows color (decimal): -3898760 or 7897796. OLE color: 7897796.

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

Color convert

RGB 196 130 120 -
CMYK 0 0.34 0.39 0.23
HSL 7.89º 0.39% 0.62% -
HSV(B) 7.89º 0.39% 0.77% -
XYZ 34.14 29.06 21.58 -
YUV 148.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 196 130 120 0 0.34 0.39 0.23 7.89 0.39 0.62
Hex C4 82 78 0 22 27 17 8 27 3E
Octal 304 202 170 0 42 47 27 10 47 76
Binary 11000100 10000010 1111000 0 100010 100111 10111 1000 100111 111110

Color Harmonies of #C48278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48278

Black with #C48278

Text Example


Text Example

White with #C48278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48278; }

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

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

background-color css

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

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

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

border-color css

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

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

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