Html Css Color HEX #C48172 Brandy Rose

📋 copy color: '#C48172'

red 196 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #C48172

Tints of Brandy Rose #C48172

RGB

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

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

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

R = 44.65%
G = 29.38%
B = 25.97%

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

#C48172 (or 0xC48172) is known color: Brandy Rose. HEX triplet: C4, 81 and 72. RGB value is (196,129,114). Sum of RGB (Red+Green+Blue) = 196+129+114=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C48172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48172 is #3B7E8D. Grayscale: #939393. Windows color (decimal): -3899022 or 7504324. OLE color: 7504324.

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

Color convert

RGB 196 129 114 -
CMYK 0 0.34 0.42 0.23
HSL 10.98º 0.41% 0.61% -
HSV(B) 10.98º 0.42% 0.77% -
XYZ 33.65 28.65 19.68 -
YUV 147.32 109.2 162.72 -
System Red Green Blue C M Y K H S L
Decimal 196 129 114 0 0.34 0.42 0.23 10.98 0.41 0.61
Hex C4 81 72 0 22 2A 17 B 29 3D
Octal 304 201 162 0 42 52 27 13 51 75
Binary 11000100 10000001 1110010 0 100010 101010 10111 1011 101001 111101

Color Harmonies of #C48172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48172

Black with #C48172

Text Example


Text Example

White with #C48172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48172; }

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

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

background-color css

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

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

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

border-color css

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

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

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