Html Css Color HEX #C27F78 Brandy Rose

📋 copy color: '#C27F78'

red 194 ◦ green 127 ◦ blue 120

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

Shades of Brandy Rose #C27F78

Tints of Brandy Rose #C27F78

RGB

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

 GREEN value IS 127 (50% from 255) = 28.8%

 BLUE value IS 120 (47.27% from 255) = 27.21%

R = 43.99%
G = 28.8%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C27F78 (or 0xC27F78) is known color: Brandy Rose. HEX triplet: C2, 7F and 78. RGB value is (194,127,120). Sum of RGB (Red+Green+Blue) = 194+127+120=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F78 is #3D8087. Grayscale: #929292. Windows color (decimal): -4030600 or 7897026. OLE color: 7897026.

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

Color convert

RGB 194 127 120 -
CMYK 0 0.35 0.38 0.24
HSL 5.68º 0.38% 0.62% -
HSV(B) 5.68º 0.38% 0.76% -
XYZ 33.23 28 21.42 -
YUV 146.24 113.2 162.07 -
System Red Green Blue C M Y K H S L
Decimal 194 127 120 0 0.35 0.38 0.24 5.68 0.38 0.62
Hex C2 7F 78 0 23 26 18 6 26 3E
Octal 302 177 170 0 43 46 30 6 46 76
Binary 11000010 1111111 1111000 0 100011 100110 11000 110 100110 111110

Color Harmonies of #C27F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F78

Black with #C27F78

Text Example


Text Example

White with #C27F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F78; }

 p { color: rgb(194,127,120); }

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

background-color css

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

 a { background-color: rgb(194,127,120); }

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

border-color css

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

 span { border-color: rgb(194,127,120); }

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