Html Css Color HEX #C28D7D Brandy Rose

📋 copy color: '#C28D7D'

red 194 ◦ green 141 ◦ blue 125

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

Shades of Brandy Rose #C28D7D

Tints of Brandy Rose #C28D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.17%

R = 42.17%
G = 30.65%
B = 27.17%

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

#C28D7D (or 0xC28D7D) is known color: Brandy Rose. HEX triplet: C2, 8D and 7D. RGB value is (194,141,125). Sum of RGB (Red+Green+Blue) = 194+141+125=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D7D is #3D7282. Grayscale: #9B9B9B. Windows color (decimal): -4027011 or 8228290. OLE color: 8228290.

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

Color convert

RGB 194 141 125 -
CMYK 0 0.27 0.36 0.24
HSL 13.91º 0.36% 0.63% -
HSV(B) 13.91º 0.36% 0.76% -
XYZ 35.47 32 23.71 -
YUV 155.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 194 141 125 0 0.27 0.36 0.24 13.91 0.36 0.63
Hex C2 8D 7D 0 1B 24 18 E 24 3F
Octal 302 215 175 0 33 44 30 16 44 77
Binary 11000010 10001101 1111101 0 11011 100100 11000 1110 100100 111111

Color Harmonies of #C28D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28D7D

Black with #C28D7D

Text Example


Text Example

White with #C28D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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