Html Css Color HEX #C27E7D Brandy Rose

📋 copy color: '#C27E7D'

red 194 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #C27E7D

Tints of Brandy Rose #C27E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 43.6%
G = 28.31%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C27E7D (or 0xC27E7D) is known color: Brandy Rose. HEX triplet: C2, 7E and 7D. RGB value is (194,126,125). Sum of RGB (Red+Green+Blue) = 194+126+125=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27E7D is #3D8182. Grayscale: #929292. Windows color (decimal): -4030851 or 8224450. OLE color: 8224450.

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

Color convert

RGB 194 126 125 -
CMYK 0 0.35 0.36 0.24
HSL 0.87º 0.36% 0.63% -
HSV(B) 0.87º 0.36% 0.76% -
XYZ 33.41 27.87 23.02 -
YUV 146.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 194 126 125 0 0.35 0.36 0.24 0.87 0.36 0.63
Hex C2 7E 7D 0 23 24 18 1 24 3F
Octal 302 176 175 0 43 44 30 1 44 77
Binary 11000010 1111110 1111101 0 100011 100100 11000 1 100100 111111

Color Harmonies of #C27E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E7D

Black with #C27E7D

Text Example


Text Example

White with #C27E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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