Html Css Color HEX #C28271 Brandy Rose

📋 copy color: '#C28271'

red 194 ◦ green 130 ◦ blue 113

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

Shades of Brandy Rose #C28271

Tints of Brandy Rose #C28271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.75%

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

R = 44.39%
G = 29.75%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C28271 (or 0xC28271) is known color: Brandy Rose. HEX triplet: C2, 82 and 71. RGB value is (194,130,113). Sum of RGB (Red+Green+Blue) = 194+130+113=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C28271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28271 is #3D7D8E. Grayscale: #939393. Windows color (decimal): -4029839 or 7439042. OLE color: 7439042.

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

Color convert

RGB 194 130 113 -
CMYK 0 0.33 0.42 0.24
HSL 12.59º 0.4% 0.6% -
HSV(B) 12.59º 0.42% 0.76% -
XYZ 33.21 28.63 19.4 -
YUV 147.2 108.7 161.38 -
System Red Green Blue C M Y K H S L
Decimal 194 130 113 0 0.33 0.42 0.24 12.59 0.4 0.6
Hex C2 82 71 0 21 2A 18 D 28 3C
Octal 302 202 161 0 41 52 30 15 50 74
Binary 11000010 10000010 1110001 0 100001 101010 11000 1101 101000 111100

Color Harmonies of #C28271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28271

Black with #C28271

Text Example


Text Example

White with #C28271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28271; }

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

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

background-color css

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

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

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

border-color css

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

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

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