Html Css Color HEX #C28874 Brandy Rose

📋 copy color: '#C28874'

red 194 ◦ green 136 ◦ blue 116

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

Shades of Brandy Rose #C28874

Tints of Brandy Rose #C28874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.49%

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

R = 43.5%
G = 30.49%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C28874 (or 0xC28874) is known color: Brandy Rose. HEX triplet: C2, 88 and 74. RGB value is (194,136,116). Sum of RGB (Red+Green+Blue) = 194+136+116=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 194 - color contains mainly: red. Hex color #C28874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28874 is #3D778B. Grayscale: #979797. Windows color (decimal): -4028300 or 7637186. OLE color: 7637186.

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

Color convert

RGB 194 136 116 -
CMYK 0 0.30 0.40 0.24
HSL 15.38º 0.39% 0.61% -
HSV(B) 15.38º 0.4% 0.76% -
XYZ 34.2 30.34 20.58 -
YUV 151.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 194 136 116 0 0.30 0.40 0.24 15.38 0.39 0.61
Hex C2 88 74 0 1E 28 18 F 27 3D
Octal 302 210 164 0 36 50 30 17 47 75
Binary 11000010 10001000 1110100 0 11110 101000 11000 1111 100111 111101

Color Harmonies of #C28874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28874

Black with #C28874

Text Example


Text Example

White with #C28874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28874; }

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

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

background-color css

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

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

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

border-color css

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

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

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