Html Css Color HEX #C28576 Brandy Rose

📋 copy color: '#C28576'

red 194 ◦ green 133 ◦ blue 118

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

Shades of Brandy Rose #C28576

Tints of Brandy Rose #C28576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

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

R = 43.6%
G = 29.89%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C28576 (or 0xC28576) is known color: Brandy Rose. HEX triplet: C2, 85 and 76. RGB value is (194,133,118). Sum of RGB (Red+Green+Blue) = 194+133+118=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C28576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28576 is #3D7A89. Grayscale: #959595. Windows color (decimal): -4029066 or 7767490. OLE color: 7767490.

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

Color convert

RGB 194 133 118 -
CMYK 0 0.31 0.39 0.24
HSL 11.84º 0.38% 0.61% -
HSV(B) 11.84º 0.39% 0.76% -
XYZ 33.91 29.55 21.06 -
YUV 149.53 110.21 159.72 -
System Red Green Blue C M Y K H S L
Decimal 194 133 118 0 0.31 0.39 0.24 11.84 0.38 0.61
Hex C2 85 76 0 1F 27 18 C 26 3D
Octal 302 205 166 0 37 47 30 14 46 75
Binary 11000010 10000101 1110110 0 11111 100111 11000 1100 100110 111101

Color Harmonies of #C28576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28576

Black with #C28576

Text Example


Text Example

White with #C28576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28576; }

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

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

background-color css

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

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

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

border-color css

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

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

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