Html Css Color HEX #C28479 Brandy Rose

📋 copy color: '#C28479'

red 194 ◦ green 132 ◦ blue 121

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

Shades of Brandy Rose #C28479

Tints of Brandy Rose #C28479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.53%

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

R = 43.4%
G = 29.53%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28479 (or 0xC28479) is known color: Brandy Rose. HEX triplet: C2, 84 and 79. RGB value is (194,132,121). Sum of RGB (Red+Green+Blue) = 194+132+121=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 194 - color contains mainly: red. Hex color #C28479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28479 is #3D7B86. Grayscale: #959595. Windows color (decimal): -4029319 or 7963842. OLE color: 7963842.

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

Color convert

RGB 194 132 121 -
CMYK 0 0.32 0.38 0.24
HSL 9.04º 0.37% 0.62% -
HSV(B) 9.04º 0.38% 0.76% -
XYZ 33.95 29.35 21.97 -
YUV 149.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 194 132 121 0 0.32 0.38 0.24 9.04 0.37 0.62
Hex C2 84 79 0 20 26 18 9 25 3E
Octal 302 204 171 0 40 46 30 11 45 76
Binary 11000010 10000100 1111001 0 100000 100110 11000 1001 100101 111110

Color Harmonies of #C28479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28479

Black with #C28479

Text Example


Text Example

White with #C28479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28479; }

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

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

background-color css

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

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

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

border-color css

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

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

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