Html Css Color HEX #C28679 Brandy Rose

📋 copy color: '#C28679'

red 194 ◦ green 134 ◦ blue 121

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

Shades of Brandy Rose #C28679

Tints of Brandy Rose #C28679

RGB

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

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

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

R = 43.21%
G = 29.84%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C28679 (or 0xC28679) is known color: Brandy Rose. HEX triplet: C2, 86 and 79. RGB value is (194,134,121). Sum of RGB (Red+Green+Blue) = 194+134+121=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C28679 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28679 is #3D7986. Grayscale: #969696. Windows color (decimal): -4028807 or 7964354. OLE color: 7964354.

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

Color convert

RGB 194 134 121 -
CMYK 0 0.31 0.38 0.24
HSL 10.68º 0.37% 0.62% -
HSV(B) 10.68º 0.38% 0.76% -
XYZ 34.22 29.9 22.06 -
YUV 150.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 194 134 121 0 0.31 0.38 0.24 10.68 0.37 0.62
Hex C2 86 79 0 1F 26 18 B 25 3E
Octal 302 206 171 0 37 46 30 13 45 76
Binary 11000010 10000110 1111001 0 11111 100110 11000 1011 100101 111110

Color Harmonies of #C28679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28679

Black with #C28679

Text Example


Text Example

White with #C28679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28679; }

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

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

background-color css

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

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

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

border-color css

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

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

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