Html Css Color HEX #C27F77 Brandy Rose

📋 copy color: '#C27F77'

red 194 ◦ green 127 ◦ blue 119

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

Shades of Brandy Rose #C27F77

Tints of Brandy Rose #C27F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.05%

R = 44.09%
G = 28.86%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C27F77 (or 0xC27F77) is known color: Brandy Rose. HEX triplet: C2, 7F and 77. RGB value is (194,127,119). Sum of RGB (Red+Green+Blue) = 194+127+119=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27F77 is #3D8088. Grayscale: #929292. Windows color (decimal): -4030601 or 7831490. OLE color: 7831490.

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

Color convert

RGB 194 127 119 -
CMYK 0 0.35 0.39 0.24
HSL 6.4º 0.38% 0.61% -
HSV(B) 6.4º 0.39% 0.76% -
XYZ 33.17 27.98 21.11 -
YUV 146.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 194 127 119 0 0.35 0.39 0.24 6.4 0.38 0.61
Hex C2 7F 77 0 23 27 18 6 26 3D
Octal 302 177 167 0 43 47 30 6 46 75
Binary 11000010 1111111 1110111 0 100011 100111 11000 110 100110 111101

Color Harmonies of #C27F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27F77

Black with #C27F77

Text Example


Text Example

White with #C27F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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