Html Css Color HEX #C28D7C Brandy Rose

📋 copy color: '#C28D7C'

red 194 ◦ green 141 ◦ blue 124

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

Shades of Brandy Rose #C28D7C

Tints of Brandy Rose #C28D7C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

 BLUE value IS 124 (48.83% from 255) = 27.02%

R = 42.27%
G = 30.72%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C28D7C (or 0xC28D7C) is known color: Brandy Rose. HEX triplet: C2, 8D and 7C. RGB value is (194,141,124). Sum of RGB (Red+Green+Blue) = 194+141+124=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D7C is #3D7283. Grayscale: #9B9B9B. Windows color (decimal): -4027012 or 8162754. OLE color: 8162754.

HSL color Cylindrical-coordinate representation of color #C28D7C: hue angle of 14.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C28D7C is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 141 124 -
CMYK 0 0.27 0.36 0.24
HSL 14.57º 0.36% 0.62% -
HSV(B) 14.57º 0.36% 0.76% -
XYZ 35.41 31.97 23.37 -
YUV 154.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 194 141 124 0 0.27 0.36 0.24 14.57 0.36 0.62
Hex C2 8D 7C 0 1B 24 18 F 24 3E
Octal 302 215 174 0 33 44 30 17 44 76
Binary 11000010 10001101 1111100 0 11011 100100 11000 1111 100100 111110

Color Harmonies of #C28D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D7C

Black with #C28D7C

Text Example


Text Example

White with #C28D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D7C; }

 p { color: rgb(194,141,124); }

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

background-color css

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

 a { background-color: rgb(194,141,124); }

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

border-color css

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

 span { border-color: rgb(194,141,124); }

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