Html Css Color HEX #C28579 Brandy Rose

📋 copy color: '#C28579'

red 194 ◦ green 133 ◦ blue 121

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

Shades of Brandy Rose #C28579

Tints of Brandy Rose #C28579

RGB

 RED value IS 194 (76.17% from 255) = 43.3%

 GREEN value IS 133 (52.34% from 255) = 29.69%

 BLUE value IS 121 (47.66% from 255) = 27.01%

R = 43.3%
G = 29.69%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28579 (or 0xC28579) is known color: Brandy Rose. HEX triplet: C2, 85 and 79. RGB value is (194,133,121). Sum of RGB (Red+Green+Blue) = 194+133+121=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C28579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28579 is #3D7A86. Grayscale: #959595. Windows color (decimal): -4029063 or 7964098. OLE color: 7964098.

HSL color Cylindrical-coordinate representation of color #C28579: hue angle of 9.86º degrees, saturation: 0.37, 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 #C28579 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 121 -
CMYK 0 0.31 0.38 0.24
HSL 9.86º 0.37% 0.62% -
HSV(B) 9.86º 0.38% 0.76% -
XYZ 34.09 29.62 22.01 -
YUV 149.87 111.71 159.48 -
System Red Green Blue C M Y K H S L
Decimal 194 133 121 0 0.31 0.38 0.24 9.86 0.37 0.62
Hex C2 85 79 0 1F 26 18 A 25 3E
Octal 302 205 171 0 37 46 30 12 45 76
Binary 11000010 10000101 1111001 0 11111 100110 11000 1010 100101 111110

Color Harmonies of #C28579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28579

Black with #C28579

Text Example


Text Example

White with #C28579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28579; }

 p { color: rgb(194,133,121); }

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

background-color css

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

 a { background-color: rgb(194,133,121); }

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

border-color css

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

 span { border-color: rgb(194,133,121); }

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