Html Css Color HEX #C48270 Brandy Rose

📋 copy color: '#C48270'

red 196 ◦ green 130 ◦ blue 112

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

Shades of Brandy Rose #C48270

Tints of Brandy Rose #C48270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 44.75%
G = 29.68%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C48270 (or 0xC48270) is known color: Brandy Rose. HEX triplet: C4, 82 and 70. RGB value is (196,130,112). Sum of RGB (Red+Green+Blue) = 196+130+112=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C48270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48270 is #3B7D8F. Grayscale: #939393. Windows color (decimal): -3898768 or 7373508. OLE color: 7373508.

HSL color Cylindrical-coordinate representation of color #C48270: hue angle of 12.86º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C48270 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 112 -
CMYK 0 0.34 0.43 0.23
HSL 12.86º 0.42% 0.6% -
HSV(B) 12.86º 0.43% 0.77% -
XYZ 33.67 28.87 19.13 -
YUV 147.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 196 130 112 0 0.34 0.43 0.23 12.86 0.42 0.6
Hex C4 82 70 0 22 2B 17 D 2A 3C
Octal 304 202 160 0 42 53 27 15 52 74
Binary 11000100 10000010 1110000 0 100010 101011 10111 1101 101010 111100

Color Harmonies of #C48270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48270

Black with #C48270

Text Example


Text Example

White with #C48270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48270; }

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

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

background-color css

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

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

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

border-color css

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

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

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