Html Css Color HEX #C28D7B Brandy Rose

📋 copy color: '#C28D7B'

red 194 ◦ green 141 ◦ blue 123

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

Shades of Brandy Rose #C28D7B

Tints of Brandy Rose #C28D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.86%

R = 42.36%
G = 30.79%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C28D7B (or 0xC28D7B) is known color: Brandy Rose. HEX triplet: C2, 8D and 7B. RGB value is (194,141,123). Sum of RGB (Red+Green+Blue) = 194+141+123=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D7B is #3D7284. Grayscale: #9A9A9A. Windows color (decimal): -4027013 or 8097218. OLE color: 8097218.

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

Color convert

RGB 194 141 123 -
CMYK 0 0.27 0.37 0.24
HSL 15.21º 0.37% 0.62% -
HSV(B) 15.21º 0.37% 0.76% -
XYZ 35.35 31.95 23.04 -
YUV 154.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 194 141 123 0 0.27 0.37 0.24 15.21 0.37 0.62
Hex C2 8D 7B 0 1B 25 18 F 25 3E
Octal 302 215 173 0 33 45 30 17 45 76
Binary 11000010 10001101 1111011 0 11011 100101 11000 1111 100101 111110

Color Harmonies of #C28D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D7B

Black with #C28D7B

Text Example


Text Example

White with #C28D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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