Html Css Color HEX #C28976 Brandy Rose

📋 copy color: '#C28976'

red 194 ◦ green 137 ◦ blue 118

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

Shades of Brandy Rose #C28976

Tints of Brandy Rose #C28976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.28%

R = 43.21%
G = 30.51%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28976 (or 0xC28976) is known color: Brandy Rose. HEX triplet: C2, 89 and 76. RGB value is (194,137,118). Sum of RGB (Red+Green+Blue) = 194+137+118=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C28976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28976 is #3D7689. Grayscale: #989898. Windows color (decimal): -4028042 or 7768514. OLE color: 7768514.

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

Color convert

RGB 194 137 118 -
CMYK 0 0.29 0.39 0.24
HSL 15º 0.38% 0.61% -
HSV(B) 15º 0.39% 0.76% -
XYZ 34.46 30.67 21.24 -
YUV 151.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 194 137 118 0 0.29 0.39 0.24 15 0.38 0.61
Hex C2 89 76 0 1D 27 18 F 26 3D
Octal 302 211 166 0 35 47 30 17 46 75
Binary 11000010 10001001 1110110 0 11101 100111 11000 1111 100110 111101

Color Harmonies of #C28976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28976

Black with #C28976

Text Example


Text Example

White with #C28976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28976; }

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

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

background-color css

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

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

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

border-color css

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

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

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