Html Css Color HEX #C78074 Brandy Rose

📋 copy color: '#C78074'

red 199 ◦ green 128 ◦ blue 116

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

Shades of Brandy Rose #C78074

Tints of Brandy Rose #C78074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

 BLUE value IS 116 (45.7% from 255) = 26.19%

R = 44.92%
G = 28.89%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C78074 (or 0xC78074) is known color: Brandy Rose. HEX triplet: C7, 80 and 74. RGB value is (199,128,116). Sum of RGB (Red+Green+Blue) = 199+128+116=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C78074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78074 is #387F8B. Grayscale: #939393. Windows color (decimal): -3702668 or 7635143. OLE color: 7635143.

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

Color convert

RGB 199 128 116 -
CMYK 0 0.36 0.42 0.22
HSL 8.67º 0.43% 0.62% -
HSV(B) 8.67º 0.42% 0.78% -
XYZ 34.42 28.84 20.28 -
YUV 147.86 110.02 164.48 -
System Red Green Blue C M Y K H S L
Decimal 199 128 116 0 0.36 0.42 0.22 8.67 0.43 0.62
Hex C7 80 74 0 24 2A 16 9 2B 3E
Octal 307 200 164 0 44 52 26 11 53 76
Binary 11000111 10000000 1110100 0 100100 101010 10110 1001 101011 111110

Color Harmonies of #C78074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78074

Black with #C78074

Text Example


Text Example

White with #C78074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78074; }

 p { color: rgb(199,128,116); }

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

background-color css

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

 a { background-color: rgb(199,128,116); }

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

border-color css

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

 span { border-color: rgb(199,128,116); }

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