Html Css Color HEX #C27F73 Brandy Rose

📋 copy color: '#C27F73'

red 194 ◦ green 127 ◦ blue 115

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

Shades of Brandy Rose #C27F73

Tints of Brandy Rose #C27F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.38%

R = 44.5%
G = 29.13%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C27F73 (or 0xC27F73) is known color: Brandy Rose. HEX triplet: C2, 7F and 73. RGB value is (194,127,115). Sum of RGB (Red+Green+Blue) = 194+127+115=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F73 is #3D808C. Grayscale: #919191. Windows color (decimal): -4030605 or 7569346. OLE color: 7569346.

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

Color convert

RGB 194 127 115 -
CMYK 0 0.35 0.41 0.24
HSL 9.11º 0.39% 0.61% -
HSV(B) 9.11º 0.41% 0.76% -
XYZ 32.93 27.89 19.87 -
YUV 145.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 194 127 115 0 0.35 0.41 0.24 9.11 0.39 0.61
Hex C2 7F 73 0 23 29 18 9 27 3D
Octal 302 177 163 0 43 51 30 11 47 75
Binary 11000010 1111111 1110011 0 100011 101001 11000 1001 100111 111101

Color Harmonies of #C27F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F73

Black with #C27F73

Text Example


Text Example

White with #C27F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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