Html Css Color HEX #C77F71 Brandy Rose

📋 copy color: '#C77F71'

red 199 ◦ green 127 ◦ blue 113

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

Shades of Brandy Rose #C77F71

Tints of Brandy Rose #C77F71

RGB

 RED value IS 199 (78.13% from 255) = 45.33%

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

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 45.33%
G = 28.93%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C77F71 (or 0xC77F71) is known color: Brandy Rose. HEX triplet: C7, 7F and 71. RGB value is (199,127,113). Sum of RGB (Red+Green+Blue) = 199+127+113=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F71 is #38808E. Grayscale: #939393. Windows color (decimal): -3702927 or 7438279. OLE color: 7438279.

HSL color Cylindrical-coordinate representation of color #C77F71: hue angle of 9.77º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77F71 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 127 113 -
CMYK 0 0.36 0.43 0.22
HSL 9.77º 0.43% 0.61% -
HSV(B) 9.77º 0.43% 0.78% -
XYZ 34.12 28.51 19.33 -
YUV 146.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 199 127 113 0 0.36 0.43 0.22 9.77 0.43 0.61
Hex C7 7F 71 0 24 2B 16 A 2B 3D
Octal 307 177 161 0 44 53 26 12 53 75
Binary 11000111 1111111 1110001 0 100100 101011 10110 1010 101011 111101

Color Harmonies of #C77F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77F71

Black with #C77F71

Text Example


Text Example

White with #C77F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77F71; }

 p { color: rgb(199,127,113); }

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

background-color css

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

 a { background-color: rgb(199,127,113); }

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

border-color css

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

 span { border-color: rgb(199,127,113); }

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