Html Css Color HEX #C28C78 Brandy Rose

📋 copy color: '#C28C78'

red 194 ◦ green 140 ◦ blue 120

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

Shades of Brandy Rose #C28C78

Tints of Brandy Rose #C28C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.84%

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

R = 42.73%
G = 30.84%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28C78 (or 0xC28C78) is known color: Brandy Rose. HEX triplet: C2, 8C and 78. RGB value is (194,140,120). Sum of RGB (Red+Green+Blue) = 194+140+120=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C78 is #3D7387. Grayscale: #999999. Windows color (decimal): -4027272 or 7900354. OLE color: 7900354.

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

Color convert

RGB 194 140 120 -
CMYK 0 0.28 0.38 0.24
HSL 16.22º 0.38% 0.62% -
HSV(B) 16.22º 0.38% 0.76% -
XYZ 35.02 31.58 22.02 -
YUV 153.87 108.89 156.63 -
System Red Green Blue C M Y K H S L
Decimal 194 140 120 0 0.28 0.38 0.24 16.22 0.38 0.62
Hex C2 8C 78 0 1C 26 18 10 26 3E
Octal 302 214 170 0 34 46 30 20 46 76
Binary 11000010 10001100 1111000 0 11100 100110 11000 10000 100110 111110

Color Harmonies of #C28C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C78

Black with #C28C78

Text Example


Text Example

White with #C28C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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