Html Css Color HEX #C27F72 Brandy Rose

📋 copy color: '#C27F72'

red 194 ◦ green 127 ◦ blue 114

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

Shades of Brandy Rose #C27F72

Tints of Brandy Rose #C27F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.21%

R = 44.6%
G = 29.2%
B = 26.21%

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

#C27F72 (or 0xC27F72) is known color: Brandy Rose. HEX triplet: C2, 7F and 72. RGB value is (194,127,114). Sum of RGB (Red+Green+Blue) = 194+127+114=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F72 is #3D808D. Grayscale: #919191. Windows color (decimal): -4030606 or 7503810. OLE color: 7503810.

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

Color convert

RGB 194 127 114 -
CMYK 0 0.35 0.41 0.24
HSL 9.75º 0.4% 0.6% -
HSV(B) 9.75º 0.41% 0.76% -
XYZ 32.87 27.86 19.56 -
YUV 145.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 194 127 114 0 0.35 0.41 0.24 9.75 0.4 0.6
Hex C2 7F 72 0 23 29 18 A 28 3C
Octal 302 177 162 0 43 51 30 12 50 74
Binary 11000010 1111111 1110010 0 100011 101001 11000 1010 101000 111100

Color Harmonies of #C27F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F72

Black with #C27F72

Text Example


Text Example

White with #C27F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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