Html Css Color HEX #C27E74 Brandy Rose

📋 copy color: '#C27E74'

red 194 ◦ green 126 ◦ blue 116

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

Shades of Brandy Rose #C27E74

Tints of Brandy Rose #C27E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 44.5%
G = 28.9%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C27E74 (or 0xC27E74) is known color: Brandy Rose. HEX triplet: C2, 7E and 74. RGB value is (194,126,116). Sum of RGB (Red+Green+Blue) = 194+126+116=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E74 is #3D818B. Grayscale: #919191. Windows color (decimal): -4030860 or 7634626. OLE color: 7634626.

HSL color Cylindrical-coordinate representation of color #C27E74: hue angle of 7.69º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27E74 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 126 116 -
CMYK 0 0.35 0.40 0.24
HSL 7.69º 0.39% 0.61% -
HSV(B) 7.69º 0.4% 0.76% -
XYZ 32.86 27.65 20.13 -
YUV 145.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 194 126 116 0 0.35 0.40 0.24 7.69 0.39 0.61
Hex C2 7E 74 0 23 28 18 8 27 3D
Octal 302 176 164 0 43 50 30 10 47 75
Binary 11000010 1111110 1110100 0 100011 101000 11000 1000 100111 111101

Color Harmonies of #C27E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E74

Black with #C27E74

Text Example


Text Example

White with #C27E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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