#C38978

Color #C38978 Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #C38978

Tints of Brandy Rose #C38978

Color information

#C38978 (or 0xC38978) is unknown color: approx Brandy Rose. HEX triplet: C3, 89 and 78. RGB value is (195,137,120). Sum of RGB (Red+Green+Blue) = 195+137+120=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C38978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38978 is #3C7687. Grayscale: #989898. Windows color (decimal): -3962504 or 7899587. OLE color: 7899587.

HSL color Cylindrical-coordinate representation of color #C38978: hue angle of 13.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C38978 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB195137120-
CMYK00.300.380.24
HSL13.6º38.46%61.76%-
HSV(B)13.6º38.46%76.47%-
XYZ34.8430.8521.89-
YUV152.4109.72158.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 137 (53.91% from 255) = 30.31%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=43.14%
G=30.31%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513712000.300.380.2413.638.4661.76
HexC3897801E2618e263e
Octal3032111700364630164676
Binary11000011100010011111000011110100110110001110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38978; }

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

 H1.HeaderClassName
 {
   color: #C38978;
 }
 .AnyTagClassName
 {
   color: #C38978;
 }
</style>
background-color css

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

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

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

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

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

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