Html Css Color HEX #C28E7C Brandy Rose

📋 copy color: '#C28E7C'

red 194 ◦ green 142 ◦ blue 124

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

Shades of Brandy Rose #C28E7C

Tints of Brandy Rose #C28E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.87%

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

R = 42.17%
G = 30.87%
B = 26.96%

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

#C28E7C (or 0xC28E7C) is known color: Brandy Rose. HEX triplet: C2, 8E and 7C. RGB value is (194,142,124). Sum of RGB (Red+Green+Blue) = 194+142+124=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E7C is #3D7183. Grayscale: #9B9B9B. Windows color (decimal): -4026756 or 8163010. OLE color: 8163010.

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

Color convert

RGB 194 142 124 -
CMYK 0 0.27 0.36 0.24
HSL 15.43º 0.36% 0.62% -
HSV(B) 15.43º 0.36% 0.76% -
XYZ 35.56 32.27 23.42 -
YUV 155.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 194 142 124 0 0.27 0.36 0.24 15.43 0.36 0.62
Hex C2 8E 7C 0 1B 24 18 F 24 3E
Octal 302 216 174 0 33 44 30 17 44 76
Binary 11000010 10001110 1111100 0 11011 100100 11000 1111 100100 111110

Color Harmonies of #C28E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28E7C

Black with #C28E7C

Text Example


Text Example

White with #C28E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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