Html Css Color HEX #C28D79 Brandy Rose

📋 copy color: '#C28D79'

red 194 ◦ green 141 ◦ blue 121

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

Shades of Brandy Rose #C28D79

Tints of Brandy Rose #C28D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.92%

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

R = 42.54%
G = 30.92%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28D79 (or 0xC28D79) is known color: Brandy Rose. HEX triplet: C2, 8D and 79. RGB value is (194,141,121). Sum of RGB (Red+Green+Blue) = 194+141+121=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 121 (47.66% from 255 or 26.54% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D79 is #3D7286. Grayscale: #9A9A9A. Windows color (decimal): -4027015 or 7966146. OLE color: 7966146.

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

Color convert

RGB 194 141 121 -
CMYK 0 0.27 0.38 0.24
HSL 16.44º 0.37% 0.62% -
HSV(B) 16.44º 0.38% 0.76% -
XYZ 35.22 31.9 22.39 -
YUV 154.57 109.06 156.13 -
System Red Green Blue C M Y K H S L
Decimal 194 141 121 0 0.27 0.38 0.24 16.44 0.37 0.62
Hex C2 8D 79 0 1B 26 18 10 25 3E
Octal 302 215 171 0 33 46 30 20 45 76
Binary 11000010 10001101 1111001 0 11011 100110 11000 10000 100101 111110

Color Harmonies of #C28D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D79

Black with #C28D79

Text Example


Text Example

White with #C28D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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