Html Css Color HEX #C28076 Brandy Rose

📋 copy color: '#C28076'

red 194 ◦ green 128 ◦ blue 118

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

Shades of Brandy Rose #C28076

Tints of Brandy Rose #C28076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.09%

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

R = 44.09%
G = 29.09%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28076 (or 0xC28076) is known color: Brandy Rose. HEX triplet: C2, 80 and 76. RGB value is (194,128,118). Sum of RGB (Red+Green+Blue) = 194+128+118=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C28076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28076 is #3D7F89. Grayscale: #929292. Windows color (decimal): -4030346 or 7766210. OLE color: 7766210.

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

Color convert

RGB 194 128 118 -
CMYK 0 0.34 0.39 0.24
HSL 7.89º 0.38% 0.61% -
HSV(B) 7.89º 0.39% 0.76% -
XYZ 33.24 28.22 20.83 -
YUV 146.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 194 128 118 0 0.34 0.39 0.24 7.89 0.38 0.61
Hex C2 80 76 0 22 27 18 8 26 3D
Octal 302 200 166 0 42 47 30 10 46 75
Binary 11000010 10000000 1110110 0 100010 100111 11000 1000 100110 111101

Color Harmonies of #C28076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28076

Black with #C28076

Text Example


Text Example

White with #C28076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28076; }

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

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

background-color css

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

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

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

border-color css

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

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

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