Html Css Color HEX #C78478 Brandy Rose

📋 copy color: '#C78478'

red 199 ◦ green 132 ◦ blue 120

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

Shades of Brandy Rose #C78478

Tints of Brandy Rose #C78478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.27%

 BLUE value IS 120 (47.27% from 255) = 26.61%

R = 44.12%
G = 29.27%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C78478 (or 0xC78478) is known color: Brandy Rose. HEX triplet: C7, 84 and 78. RGB value is (199,132,120). Sum of RGB (Red+Green+Blue) = 199+132+120=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C78478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78478 is #387B87. Grayscale: #969696. Windows color (decimal): -3701640 or 7898311. OLE color: 7898311.

HSL color Cylindrical-coordinate representation of color #C78478: hue angle of 9.11º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C78478 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 132 120 -
CMYK 0 0.34 0.40 0.22
HSL 9.11º 0.41% 0.63% -
HSV(B) 9.11º 0.4% 0.78% -
XYZ 35.19 30 21.71 -
YUV 150.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 199 132 120 0 0.34 0.40 0.22 9.11 0.41 0.63
Hex C7 84 78 0 22 28 16 9 29 3F
Octal 307 204 170 0 42 50 26 11 51 77
Binary 11000111 10000100 1111000 0 100010 101000 10110 1001 101001 111111

Color Harmonies of #C78478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78478

Black with #C78478

Text Example


Text Example

White with #C78478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78478; }

 p { color: rgb(199,132,120); }

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

background-color css

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

 a { background-color: rgb(199,132,120); }

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

border-color css

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

 span { border-color: rgb(199,132,120); }

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