Html Css Color HEX #C48A78 Brandy Rose

📋 copy color: '#C48A78'

red 196 ◦ green 138 ◦ blue 120

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

Shades of Brandy Rose #C48A78

Tints of Brandy Rose #C48A78

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.4%

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

R = 43.17%
G = 30.4%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C48A78 (or 0xC48A78) is known color: Brandy Rose. HEX triplet: C4, 8A and 78. RGB value is (196,138,120). Sum of RGB (Red+Green+Blue) = 196+138+120=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48A78 is #3B7587. Grayscale: #999999. Windows color (decimal): -3896712 or 7899844. OLE color: 7899844.

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

Color convert

RGB 196 138 120 -
CMYK 0 0.30 0.39 0.23
HSL 14.21º 0.39% 0.62% -
HSV(B) 14.21º 0.39% 0.77% -
XYZ 35.24 31.27 21.95 -
YUV 153.29 109.22 158.46 -
System Red Green Blue C M Y K H S L
Decimal 196 138 120 0 0.30 0.39 0.23 14.21 0.39 0.62
Hex C4 8A 78 0 1E 27 17 E 27 3E
Octal 304 212 170 0 36 47 27 16 47 76
Binary 11000100 10001010 1111000 0 11110 100111 10111 1110 100111 111110

Color Harmonies of #C48A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48A78

Black with #C48A78

Text Example


Text Example

White with #C48A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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