Html Css Color HEX #C28C7D Brandy Rose

📋 copy color: '#C28C7D'

red 194 ◦ green 140 ◦ blue 125

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

Shades of Brandy Rose #C28C7D

Tints of Brandy Rose #C28C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.5%

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

R = 42.27%
G = 30.5%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C28C7D (or 0xC28C7D) is known color: Brandy Rose. HEX triplet: C2, 8C and 7D. RGB value is (194,140,125). Sum of RGB (Red+Green+Blue) = 194+140+125=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28C7D is #3D7382. Grayscale: #9A9A9A. Windows color (decimal): -4027267 or 8228034. OLE color: 8228034.

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

Color convert

RGB 194 140 125 -
CMYK 0 0.28 0.36 0.24
HSL 13.04º 0.36% 0.63% -
HSV(B) 13.04º 0.36% 0.76% -
XYZ 35.33 31.71 23.66 -
YUV 154.44 111.39 156.22 -
System Red Green Blue C M Y K H S L
Decimal 194 140 125 0 0.28 0.36 0.24 13.04 0.36 0.63
Hex C2 8C 7D 0 1C 24 18 D 24 3F
Octal 302 214 175 0 34 44 30 15 44 77
Binary 11000010 10001100 1111101 0 11100 100100 11000 1101 100100 111111

Color Harmonies of #C28C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28C7D

Black with #C28C7D

Text Example


Text Example

White with #C28C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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