Html Css Color HEX #C48178 Brandy Rose

📋 copy color: '#C48178'

red 196 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #C48178

Tints of Brandy Rose #C48178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.97%

R = 44.04%
G = 28.99%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C48178 (or 0xC48178) is known color: Brandy Rose. HEX triplet: C4, 81 and 78. RGB value is (196,129,120). Sum of RGB (Red+Green+Blue) = 196+129+120=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C48178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48178 is #3B7E87. Grayscale: #949494. Windows color (decimal): -3899016 or 7897540. OLE color: 7897540.

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

Color convert

RGB 196 129 120 -
CMYK 0 0.34 0.39 0.23
HSL 7.11º 0.39% 0.62% -
HSV(B) 7.11º 0.39% 0.77% -
XYZ 34.01 28.79 21.53 -
YUV 148.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 196 129 120 0 0.34 0.39 0.23 7.11 0.39 0.62
Hex C4 81 78 0 22 27 17 7 27 3E
Octal 304 201 170 0 42 47 27 7 47 76
Binary 11000100 10000001 1111000 0 100010 100111 10111 111 100111 111110

Color Harmonies of #C48178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48178

Black with #C48178

Text Example


Text Example

White with #C48178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48178; }

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

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

background-color css

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

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

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

border-color css

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

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

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