Html Css Color HEX #C27E71 Brandy Rose

📋 copy color: '#C27E71'

red 194 ◦ green 126 ◦ blue 113

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

Shades of Brandy Rose #C27E71

Tints of Brandy Rose #C27E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.1%

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

R = 44.8%
G = 29.1%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C27E71 (or 0xC27E71) is known color: Brandy Rose. HEX triplet: C2, 7E and 71. RGB value is (194,126,113). Sum of RGB (Red+Green+Blue) = 194+126+113=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E71 is #3D818E. Grayscale: #909090. Windows color (decimal): -4030863 or 7438018. OLE color: 7438018.

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

Color convert

RGB 194 126 113 -
CMYK 0 0.35 0.42 0.24
HSL 9.63º 0.4% 0.6% -
HSV(B) 9.63º 0.42% 0.76% -
XYZ 32.69 27.58 19.22 -
YUV 144.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 194 126 113 0 0.35 0.42 0.24 9.63 0.4 0.6
Hex C2 7E 71 0 23 2A 18 A 28 3C
Octal 302 176 161 0 43 52 30 12 50 74
Binary 11000010 1111110 1110001 0 100011 101010 11000 1010 101000 111100

Color Harmonies of #C27E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E71

Black with #C27E71

Text Example


Text Example

White with #C27E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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