Html Css Color HEX #C48978 Brandy Rose

📋 copy color: '#C48978'

red 196 ◦ green 137 ◦ blue 120

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

Shades of Brandy Rose #C48978

Tints of Brandy Rose #C48978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.24%

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

R = 43.27%
G = 30.24%
B = 26.49%

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

#C48978 (or 0xC48978) is known color: Brandy Rose. HEX triplet: C4, 89 and 78. RGB value is (196,137,120). Sum of RGB (Red+Green+Blue) = 196+137+120=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C48978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C48978 is #3B7687. Grayscale: #989898. Windows color (decimal): -3896968 or 7899588. OLE color: 7899588.

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

Color convert

RGB 196 137 120 -
CMYK 0 0.30 0.39 0.23
HSL 13.42º 0.39% 0.62% -
HSV(B) 13.42º 0.39% 0.77% -
XYZ 35.1 30.98 21.9 -
YUV 152.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 196 137 120 0 0.30 0.39 0.23 13.42 0.39 0.62
Hex C4 89 78 0 1E 27 17 D 27 3E
Octal 304 211 170 0 36 47 27 15 47 76
Binary 11000100 10001001 1111000 0 11110 100111 10111 1101 100111 111110

Color Harmonies of #C48978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48978

Black with #C48978

Text Example


Text Example

White with #C48978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48978; }

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

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

background-color css

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

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

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

border-color css

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

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

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