Html Css Color HEX #C48471 Brandy Rose

📋 copy color: '#C48471'

red 196 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #C48471

Tints of Brandy Rose #C48471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.62%

R = 44.44%
G = 29.93%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C48471 (or 0xC48471) is known color: Brandy Rose. HEX triplet: C4, 84 and 71. RGB value is (196,132,113). Sum of RGB (Red+Green+Blue) = 196+132+113=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C48471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48471 is #3B7B8E. Grayscale: #959595. Windows color (decimal): -3898255 or 7439556. OLE color: 7439556.

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

Color convert

RGB 196 132 113 -
CMYK 0 0.33 0.42 0.23
HSL 13.73º 0.41% 0.61% -
HSV(B) 13.73º 0.42% 0.77% -
XYZ 34 29.43 19.51 -
YUV 148.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 196 132 113 0 0.33 0.42 0.23 13.73 0.41 0.61
Hex C4 84 71 0 21 2A 17 E 29 3D
Octal 304 204 161 0 41 52 27 16 51 75
Binary 11000100 10000100 1110001 0 100001 101010 10111 1110 101001 111101

Color Harmonies of #C48471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48471

Black with #C48471

Text Example


Text Example

White with #C48471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48471; }

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

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

background-color css

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

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

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

border-color css

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

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

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