Html Css Color HEX #C48472 Brandy Rose

📋 copy color: '#C48472'

red 196 ◦ green 132 ◦ blue 114

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

Shades of Brandy Rose #C48472

Tints of Brandy Rose #C48472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 44.34%
G = 29.86%
B = 25.79%

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

#C48472 (or 0xC48472) is known color: Brandy Rose. HEX triplet: C4, 84 and 72. RGB value is (196,132,114). Sum of RGB (Red+Green+Blue) = 196+132+114=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C48472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48472 is #3B7B8D. Grayscale: #959595. Windows color (decimal): -3898254 or 7505092. OLE color: 7505092.

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

Color convert

RGB 196 132 114 -
CMYK 0 0.33 0.42 0.23
HSL 13.17º 0.41% 0.61% -
HSV(B) 13.17º 0.42% 0.77% -
XYZ 34.05 29.45 19.81 -
YUV 149.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 196 132 114 0 0.33 0.42 0.23 13.17 0.41 0.61
Hex C4 84 72 0 21 2A 17 D 29 3D
Octal 304 204 162 0 41 52 27 15 51 75
Binary 11000100 10000100 1110010 0 100001 101010 10111 1101 101001 111101

Color Harmonies of #C48472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48472

Black with #C48472

Text Example


Text Example

White with #C48472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48472; }

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

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

background-color css

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

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

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

border-color css

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

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

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