Html Css Color HEX #C78174 Brandy Rose

📋 copy color: '#C78174'

red 199 ◦ green 129 ◦ blue 116

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

Shades of Brandy Rose #C78174

Tints of Brandy Rose #C78174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.05%

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

R = 44.82%
G = 29.05%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C78174 (or 0xC78174) is known color: Brandy Rose. HEX triplet: C7, 81 and 74. RGB value is (199,129,116). Sum of RGB (Red+Green+Blue) = 199+129+116=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C78174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78174 is #387E8B. Grayscale: #949494. Windows color (decimal): -3702412 or 7635399. OLE color: 7635399.

HSL color Cylindrical-coordinate representation of color #C78174: hue angle of 9.4º 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 #C78174 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 129 116 -
CMYK 0 0.35 0.42 0.22
HSL 9.4º 0.43% 0.62% -
HSV(B) 9.4º 0.42% 0.78% -
XYZ 34.56 29.1 20.32 -
YUV 148.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 199 129 116 0 0.35 0.42 0.22 9.4 0.43 0.62
Hex C7 81 74 0 23 2A 16 9 2B 3E
Octal 307 201 164 0 43 52 26 11 53 76
Binary 11000111 10000001 1110100 0 100011 101010 10110 1001 101011 111110

Color Harmonies of #C78174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78174

Black with #C78174

Text Example


Text Example

White with #C78174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78174; }

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

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

background-color css

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

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

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

border-color css

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

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

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