#C28175

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

Shades of Brandy Rose #C28175

Tints of Brandy Rose #C28175

Color information

#C28175 (or 0xC28175) is unknown color: approx Brandy Rose. HEX triplet: C2, 81 and 75. RGB value is (194,129,117). Sum of RGB (Red+Green+Blue) = 194+129+117=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C28175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28175 is #3D7E8A. Grayscale: #939393. Windows color (decimal): -4030091 or 7700930. OLE color: 7700930.

HSL color Cylindrical-coordinate representation of color #C28175: hue angle of 9.35º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C28175 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB194129117-
CMYK00.340.400.24
HSL9.35º38.69%60.98%-
HSV(B)9.35º39.69%76.08%-
XYZ33.3128.4520.57-
YUV147.07111.03161.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 129 (50.78% from 255) = 29.32%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=44.09%
G=29.32%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412911700.340.400.249.3538.6960.98
HexC2817502228189273d
Octal3022011650425030114775
Binary110000101000000111101010100010101000110001001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28175; }

 p { color: rgb(194,129,117); }

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

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

 a { background-color: rgb(194,129,117); }

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

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

 span { border-color: rgb(194,129,117); }

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