Html Css Color HEX #C28178 Brandy Rose

📋 copy color: '#C28178'

red 194 ◦ green 129 ◦ blue 120

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

Shades of Brandy Rose #C28178

Tints of Brandy Rose #C28178

RGB

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

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

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

R = 43.79%
G = 29.12%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28178 (or 0xC28178) is known color: Brandy Rose. HEX triplet: C2, 81 and 78. RGB value is (194,129,120). Sum of RGB (Red+Green+Blue) = 194+129+120=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C28178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28178 is #3D7E87. Grayscale: #939393. Windows color (decimal): -4030088 or 7897538. OLE color: 7897538.

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

Color convert

RGB 194 129 120 -
CMYK 0 0.34 0.38 0.24
HSL 7.3º 0.38% 0.62% -
HSV(B) 7.3º 0.38% 0.76% -
XYZ 33.49 28.53 21.51 -
YUV 147.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 194 129 120 0 0.34 0.38 0.24 7.3 0.38 0.62
Hex C2 81 78 0 22 26 18 7 26 3E
Octal 302 201 170 0 42 46 30 7 46 76
Binary 11000010 10000001 1111000 0 100010 100110 11000 111 100110 111110

Color Harmonies of #C28178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28178

Black with #C28178

Text Example


Text Example

White with #C28178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28178; }

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

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

background-color css

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

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

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

border-color css

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

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

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