Html Css Color HEX #C28871 Brandy Rose

📋 copy color: '#C28871'

red 194 ◦ green 136 ◦ blue 113

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

Shades of Brandy Rose #C28871

Tints of Brandy Rose #C28871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.7%

 BLUE value IS 113 (44.53% from 255) = 25.51%

R = 43.79%
G = 30.7%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C28871 (or 0xC28871) is known color: Brandy Rose. HEX triplet: C2, 88 and 71. RGB value is (194,136,113). Sum of RGB (Red+Green+Blue) = 194+136+113=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C28871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28871 is #3D778E. Grayscale: #969696. Windows color (decimal): -4028303 or 7440578. OLE color: 7440578.

HSL color Cylindrical-coordinate representation of color #C28871: hue angle of 17.04º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C28871 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 136 113 -
CMYK 0 0.30 0.42 0.24
HSL 17.04º 0.4% 0.6% -
HSV(B) 17.04º 0.42% 0.76% -
XYZ 34.03 30.27 19.67 -
YUV 150.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 194 136 113 0 0.30 0.42 0.24 17.04 0.4 0.6
Hex C2 88 71 0 1E 2A 18 11 28 3C
Octal 302 210 161 0 36 52 30 21 50 74
Binary 11000010 10001000 1110001 0 11110 101010 11000 10001 101000 111100

Color Harmonies of #C28871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28871

Black with #C28871

Text Example


Text Example

White with #C28871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28871; }

 p { color: rgb(194,136,113); }

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

background-color css

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

 a { background-color: rgb(194,136,113); }

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

border-color css

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

 span { border-color: rgb(194,136,113); }

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