Html Css Color HEX #C28379 Brandy Rose

📋 copy color: '#C28379'

red 194 ◦ green 131 ◦ blue 121

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

Shades of Brandy Rose #C28379

Tints of Brandy Rose #C28379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.37%

 BLUE value IS 121 (47.66% from 255) = 27.13%

R = 43.5%
G = 29.37%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28379 (or 0xC28379) is known color: Brandy Rose. HEX triplet: C2, 83 and 79. RGB value is (194,131,121). Sum of RGB (Red+Green+Blue) = 194+131+121=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C28379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28379 is #3D7C86. Grayscale: #949494. Windows color (decimal): -4029575 or 7963586. OLE color: 7963586.

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

Color convert

RGB 194 131 121 -
CMYK 0 0.32 0.38 0.24
HSL 8.22º 0.37% 0.62% -
HSV(B) 8.22º 0.38% 0.76% -
XYZ 33.82 29.08 21.92 -
YUV 148.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 194 131 121 0 0.32 0.38 0.24 8.22 0.37 0.62
Hex C2 83 79 0 20 26 18 8 25 3E
Octal 302 203 171 0 40 46 30 10 45 76
Binary 11000010 10000011 1111001 0 100000 100110 11000 1000 100101 111110

Color Harmonies of #C28379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28379

Black with #C28379

Text Example


Text Example

White with #C28379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28379; }

 p { color: rgb(194,131,121); }

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

background-color css

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

 a { background-color: rgb(194,131,121); }

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

border-color css

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

 span { border-color: rgb(194,131,121); }

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