Html Css Color HEX #C28574 Brandy Rose

📋 copy color: '#C28574'

red 194 ◦ green 133 ◦ blue 116

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

Shades of Brandy Rose #C28574

Tints of Brandy Rose #C28574

RGB

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

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

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

R = 43.79%
G = 30.02%
B = 26.19%

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

#C28574 (or 0xC28574) is known color: Brandy Rose. HEX triplet: C2, 85 and 74. RGB value is (194,133,116). Sum of RGB (Red+Green+Blue) = 194+133+116=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C28574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28574 is #3D7A8B. Grayscale: #959595. Windows color (decimal): -4029068 or 7636418. OLE color: 7636418.

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

Color convert

RGB 194 133 116 -
CMYK 0 0.31 0.40 0.24
HSL 13.08º 0.39% 0.61% -
HSV(B) 13.08º 0.4% 0.76% -
XYZ 33.79 29.51 20.44 -
YUV 149.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 194 133 116 0 0.31 0.40 0.24 13.08 0.39 0.61
Hex C2 85 74 0 1F 28 18 D 27 3D
Octal 302 205 164 0 37 50 30 15 47 75
Binary 11000010 10000101 1110100 0 11111 101000 11000 1101 100111 111101

Color Harmonies of #C28574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28574

Black with #C28574

Text Example


Text Example

White with #C28574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28574; }

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

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

background-color css

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

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

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

border-color css

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

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

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