Html Css Color HEX #C27D79 Brandy Rose

📋 copy color: '#C27D79'

red 194 ◦ green 125 ◦ blue 121

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

Shades of Brandy Rose #C27D79

Tints of Brandy Rose #C27D79

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.41%

 BLUE value IS 121 (47.66% from 255) = 27.5%

R = 44.09%
G = 28.41%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C27D79 (or 0xC27D79) is known color: Brandy Rose. HEX triplet: C2, 7D and 79. RGB value is (194,125,121). Sum of RGB (Red+Green+Blue) = 194+125+121=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D79 is #3D8286. Grayscale: #919191. Windows color (decimal): -4031111 or 7962050. OLE color: 7962050.

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

Color convert

RGB 194 125 121 -
CMYK 0 0.36 0.38 0.24
HSL 3.29º 0.37% 0.62% -
HSV(B) 3.29º 0.38% 0.76% -
XYZ 33.03 27.52 21.66 -
YUV 145.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 194 125 121 0 0.36 0.38 0.24 3.29 0.37 0.62
Hex C2 7D 79 0 24 26 18 3 25 3E
Octal 302 175 171 0 44 46 30 3 45 76
Binary 11000010 1111101 1111001 0 100100 100110 11000 11 100101 111110

Color Harmonies of #C27D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D79

Black with #C27D79

Text Example


Text Example

White with #C27D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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