Html Css Color HEX #C28674 Brandy Rose

📋 copy color: '#C28674'

red 194 ◦ green 134 ◦ blue 116

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

Shades of Brandy Rose #C28674

Tints of Brandy Rose #C28674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 43.69%
G = 30.18%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C28674 (or 0xC28674) is known color: Brandy Rose. HEX triplet: C2, 86 and 74. RGB value is (194,134,116). Sum of RGB (Red+Green+Blue) = 194+134+116=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C28674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28674 is #3D798B. Grayscale: #969696. Windows color (decimal): -4028812 or 7636674. OLE color: 7636674.

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

Color convert

RGB 194 134 116 -
CMYK 0 0.31 0.40 0.24
HSL 13.85º 0.39% 0.61% -
HSV(B) 13.85º 0.4% 0.76% -
XYZ 33.93 29.78 20.48 -
YUV 149.89 108.88 159.46 -
System Red Green Blue C M Y K H S L
Decimal 194 134 116 0 0.31 0.40 0.24 13.85 0.39 0.61
Hex C2 86 74 0 1F 28 18 E 27 3D
Octal 302 206 164 0 37 50 30 16 47 75
Binary 11000010 10000110 1110100 0 11111 101000 11000 1110 100111 111101

Color Harmonies of #C28674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28674

Black with #C28674

Text Example


Text Example

White with #C28674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28674; }

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

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

background-color css

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

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

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

border-color css

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

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

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