Html Css Color HEX #C27E70 Brandy Rose

📋 copy color: '#C27E70'

red 194 ◦ green 126 ◦ blue 112

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

Shades of Brandy Rose #C27E70

Tints of Brandy Rose #C27E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 44.91%
G = 29.17%
B = 25.93%

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

#C27E70 (or 0xC27E70) is known color: Brandy Rose. HEX triplet: C2, 7E and 70. RGB value is (194,126,112). Sum of RGB (Red+Green+Blue) = 194+126+112=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E70 is #3D818F. Grayscale: #909090. Windows color (decimal): -4030864 or 7372482. OLE color: 7372482.

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

Color convert

RGB 194 126 112 -
CMYK 0 0.35 0.42 0.24
HSL 10.24º 0.4% 0.6% -
HSV(B) 10.24º 0.42% 0.76% -
XYZ 32.63 27.56 18.93 -
YUV 144.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 194 126 112 0 0.35 0.42 0.24 10.24 0.4 0.6
Hex C2 7E 70 0 23 2A 18 A 28 3C
Octal 302 176 160 0 43 52 30 12 50 74
Binary 11000010 1111110 1110000 0 100011 101010 11000 1010 101000 111100

Color Harmonies of #C27E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E70

Black with #C27E70

Text Example


Text Example

White with #C27E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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