Html Css Color HEX #C28978 Brandy Rose

📋 copy color: '#C28978'

red 194 ◦ green 137 ◦ blue 120

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

Shades of Brandy Rose #C28978

Tints of Brandy Rose #C28978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.38%

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

R = 43.02%
G = 30.38%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28978 (or 0xC28978) is known color: Brandy Rose. HEX triplet: C2, 89 and 78. RGB value is (194,137,120). Sum of RGB (Red+Green+Blue) = 194+137+120=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C28978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28978 is #3D7687. Grayscale: #989898. Windows color (decimal): -4028040 or 7899586. OLE color: 7899586.

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

Color convert

RGB 194 137 120 -
CMYK 0 0.29 0.38 0.24
HSL 13.78º 0.38% 0.62% -
HSV(B) 13.78º 0.38% 0.76% -
XYZ 34.58 30.72 21.88 -
YUV 152.11 109.88 157.88 -
System Red Green Blue C M Y K H S L
Decimal 194 137 120 0 0.29 0.38 0.24 13.78 0.38 0.62
Hex C2 89 78 0 1D 26 18 E 26 3E
Octal 302 211 170 0 35 46 30 16 46 76
Binary 11000010 10001001 1111000 0 11101 100110 11000 1110 100110 111110

Color Harmonies of #C28978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28978

Black with #C28978

Text Example


Text Example

White with #C28978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28978; }

 p { color: rgb(194,137,120); }

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

background-color css

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

 a { background-color: rgb(194,137,120); }

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

border-color css

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

 span { border-color: rgb(194,137,120); }

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