Html Css Color HEX #C28778 Brandy Rose

📋 copy color: '#C28778'

red 194 ◦ green 135 ◦ blue 120

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

Shades of Brandy Rose #C28778

Tints of Brandy Rose #C28778

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.07%

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

R = 43.21%
G = 30.07%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28778 (or 0xC28778) is known color: Brandy Rose. HEX triplet: C2, 87 and 78. RGB value is (194,135,120). Sum of RGB (Red+Green+Blue) = 194+135+120=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C28778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28778 is #3D7887. Grayscale: #979797. Windows color (decimal): -4028552 or 7899074. OLE color: 7899074.

HSL color Cylindrical-coordinate representation of color #C28778: hue angle of 12.16º 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 #C28778 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 135 120 -
CMYK 0 0.30 0.38 0.24
HSL 12.16º 0.38% 0.62% -
HSV(B) 12.16º 0.38% 0.76% -
XYZ 34.3 30.15 21.78 -
YUV 150.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 194 135 120 0 0.30 0.38 0.24 12.16 0.38 0.62
Hex C2 87 78 0 1E 26 18 C 26 3E
Octal 302 207 170 0 36 46 30 14 46 76
Binary 11000010 10000111 1111000 0 11110 100110 11000 1100 100110 111110

Color Harmonies of #C28778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28778

Black with #C28778

Text Example


Text Example

White with #C28778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28778; }

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

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

background-color css

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

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

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

border-color css

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

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

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