Html Css Color HEX #C28079 Brandy Rose

📋 copy color: '#C28079'

red 194 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #C28079

Tints of Brandy Rose #C28079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

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

R = 43.79%
G = 28.89%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28079 (or 0xC28079) is known color: Brandy Rose. HEX triplet: C2, 80 and 79. RGB value is (194,128,121). Sum of RGB (Red+Green+Blue) = 194+128+121=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C28079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28079 is #3D7F86. Grayscale: #939393. Windows color (decimal): -4030343 or 7962818. OLE color: 7962818.

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

Color convert

RGB 194 128 121 -
CMYK 0 0.34 0.38 0.24
HSL 5.75º 0.37% 0.62% -
HSV(B) 5.75º 0.38% 0.76% -
XYZ 33.42 28.29 21.79 -
YUV 146.94 113.37 161.57 -
System Red Green Blue C M Y K H S L
Decimal 194 128 121 0 0.34 0.38 0.24 5.75 0.37 0.62
Hex C2 80 79 0 22 26 18 6 25 3E
Octal 302 200 171 0 42 46 30 6 45 76
Binary 11000010 10000000 1111001 0 100010 100110 11000 110 100101 111110

Color Harmonies of #C28079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28079

Black with #C28079

Text Example


Text Example

White with #C28079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28079; }

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

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

background-color css

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

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

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

border-color css

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

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

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