Html Css Color HEX #C28371 Brandy Rose

📋 copy color: '#C28371'

red 194 ◦ green 131 ◦ blue 113

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

Shades of Brandy Rose #C28371

Tints of Brandy Rose #C28371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.91%

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

R = 44.29%
G = 29.91%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C28371 (or 0xC28371) is known color: Brandy Rose. HEX triplet: C2, 83 and 71. RGB value is (194,131,113). Sum of RGB (Red+Green+Blue) = 194+131+113=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C28371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28371 is #3D7C8E. Grayscale: #939393. Windows color (decimal): -4029583 or 7439298. OLE color: 7439298.

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

Color convert

RGB 194 131 113 -
CMYK 0 0.32 0.42 0.24
HSL 13.33º 0.4% 0.6% -
HSV(B) 13.33º 0.42% 0.76% -
XYZ 33.35 28.89 19.44 -
YUV 147.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 194 131 113 0 0.32 0.42 0.24 13.33 0.4 0.6
Hex C2 83 71 0 20 2A 18 D 28 3C
Octal 302 203 161 0 40 52 30 15 50 74
Binary 11000010 10000011 1110001 0 100000 101010 11000 1101 101000 111100

Color Harmonies of #C28371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28371

Black with #C28371

Text Example


Text Example

White with #C28371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28371; }

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

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

background-color css

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

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

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

border-color css

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

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

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