Html Css Color HEX #C28676 Brandy Rose

📋 copy color: '#C28676'

red 194 ◦ green 134 ◦ blue 118

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

Shades of Brandy Rose #C28676

Tints of Brandy Rose #C28676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.04%

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

R = 43.5%
G = 30.04%
B = 26.46%

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

#C28676 (or 0xC28676) is known color: Brandy Rose. HEX triplet: C2, 86 and 76. RGB value is (194,134,118). Sum of RGB (Red+Green+Blue) = 194+134+118=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C28676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28676 is #3D7989. Grayscale: #969696. Windows color (decimal): -4028810 or 7767746. OLE color: 7767746.

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

Color convert

RGB 194 134 118 -
CMYK 0 0.31 0.39 0.24
HSL 12.63º 0.38% 0.61% -
HSV(B) 12.63º 0.39% 0.76% -
XYZ 34.04 29.83 21.1 -
YUV 150.12 109.88 159.3 -
System Red Green Blue C M Y K H S L
Decimal 194 134 118 0 0.31 0.39 0.24 12.63 0.38 0.61
Hex C2 86 76 0 1F 27 18 D 26 3D
Octal 302 206 166 0 37 47 30 15 46 75
Binary 11000010 10000110 1110110 0 11111 100111 11000 1101 100110 111101

Color Harmonies of #C28676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28676

Black with #C28676

Text Example


Text Example

White with #C28676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28676; }

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

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

background-color css

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

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

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

border-color css

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

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

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