Html Css Color HEX #C48177 Brandy Rose

📋 copy color: '#C48177'

red 196 ◦ green 129 ◦ blue 119

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

Shades of Brandy Rose #C48177

Tints of Brandy Rose #C48177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 44.14%
G = 29.05%
B = 26.8%

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

#C48177 (or 0xC48177) is known color: Brandy Rose. HEX triplet: C4, 81 and 77. RGB value is (196,129,119). Sum of RGB (Red+Green+Blue) = 196+129+119=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C48177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48177 is #3B7E88. Grayscale: #949494. Windows color (decimal): -3899017 or 7832004. OLE color: 7832004.

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

Color convert

RGB 196 129 119 -
CMYK 0 0.34 0.39 0.23
HSL 7.79º 0.39% 0.62% -
HSV(B) 7.79º 0.39% 0.77% -
XYZ 33.94 28.77 21.22 -
YUV 147.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 196 129 119 0 0.34 0.39 0.23 7.79 0.39 0.62
Hex C4 81 77 0 22 27 17 8 27 3E
Octal 304 201 167 0 42 47 27 10 47 76
Binary 11000100 10000001 1110111 0 100010 100111 10111 1000 100111 111110

Color Harmonies of #C48177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48177

Black with #C48177

Text Example


Text Example

White with #C48177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48177; }

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

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

background-color css

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

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

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

border-color css

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

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

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