Html Css Color HEX #C48171 Brandy Rose

📋 copy color: '#C48171'

red 196 ◦ green 129 ◦ blue 113

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

Shades of Brandy Rose #C48171

Tints of Brandy Rose #C48171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.45%

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

R = 44.75%
G = 29.45%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C48171 (or 0xC48171) is known color: Brandy Rose. HEX triplet: C4, 81 and 71. RGB value is (196,129,113). Sum of RGB (Red+Green+Blue) = 196+129+113=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C48171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48171 is #3B7E8E. Grayscale: #939393. Windows color (decimal): -3899023 or 7438788. OLE color: 7438788.

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

Color convert

RGB 196 129 113 -
CMYK 0 0.34 0.42 0.23
HSL 11.57º 0.41% 0.61% -
HSV(B) 11.57º 0.42% 0.77% -
XYZ 33.6 28.63 19.38 -
YUV 147.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 196 129 113 0 0.34 0.42 0.23 11.57 0.41 0.61
Hex C4 81 71 0 22 2A 17 C 29 3D
Octal 304 201 161 0 42 52 27 14 51 75
Binary 11000100 10000001 1110001 0 100010 101010 10111 1100 101001 111101

Color Harmonies of #C48171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48171

Black with #C48171

Text Example


Text Example

White with #C48171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48171; }

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

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

background-color css

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

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

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

border-color css

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

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

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