Html Css Color HEX #C27F7D Brandy Rose

📋 copy color: '#C27F7D'

red 194 ◦ green 127 ◦ blue 125

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

Shades of Brandy Rose #C27F7D

Tints of Brandy Rose #C27F7D

RGB

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

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

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

R = 43.5%
G = 28.48%
B = 28.03%

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

#C27F7D (or 0xC27F7D) is known color: Brandy Rose. HEX triplet: C2, 7F and 7D. RGB value is (194,127,125). Sum of RGB (Red+Green+Blue) = 194+127+125=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F7D is #3D8082. Grayscale: #929292. Windows color (decimal): -4030595 or 8224706. OLE color: 8224706.

HSL color Cylindrical-coordinate representation of color #C27F7D: hue angle of 1.74º 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 #C27F7D is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 127 125 -
CMYK 0 0.35 0.36 0.24
HSL 1.74º 0.36% 0.63% -
HSV(B) 1.74º 0.36% 0.76% -
XYZ 33.54 28.13 23.06 -
YUV 146.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 194 127 125 0 0.35 0.36 0.24 1.74 0.36 0.63
Hex C2 7F 7D 0 23 24 18 2 24 3F
Octal 302 177 175 0 43 44 30 2 44 77
Binary 11000010 1111111 1111101 0 100011 100100 11000 10 100100 111111

Color Harmonies of #C27F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F7D

Black with #C27F7D

Text Example


Text Example

White with #C27F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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