Html Css Color HEX #C28171 Brandy Rose

📋 copy color: '#C28171'

red 194 ◦ green 129 ◦ blue 113

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

Shades of Brandy Rose #C28171

Tints of Brandy Rose #C28171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.59%

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

R = 44.5%
G = 29.59%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C28171 (or 0xC28171) is known color: Brandy Rose. HEX triplet: C2, 81 and 71. RGB value is (194,129,113). Sum of RGB (Red+Green+Blue) = 194+129+113=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C28171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28171 is #3D7E8E. Grayscale: #929292. Windows color (decimal): -4030095 or 7438786. OLE color: 7438786.

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

Color convert

RGB 194 129 113 -
CMYK 0 0.34 0.42 0.24
HSL 11.85º 0.4% 0.6% -
HSV(B) 11.85º 0.42% 0.76% -
XYZ 33.08 28.36 19.35 -
YUV 146.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 194 129 113 0 0.34 0.42 0.24 11.85 0.4 0.6
Hex C2 81 71 0 22 2A 18 C 28 3C
Octal 302 201 161 0 42 52 30 14 50 74
Binary 11000010 10000001 1110001 0 100010 101010 11000 1100 101000 111100

Color Harmonies of #C28171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28171

Black with #C28171

Text Example


Text Example

White with #C28171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28171; }

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

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

background-color css

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

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

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

border-color css

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

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

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