Html Css Color HEX #C4887C Brandy Rose

📋 copy color: '#C4887C'

red 196 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #C4887C

Tints of Brandy Rose #C4887C

RGB

 RED value IS 196 (76.95% from 255) = 42.98%

 GREEN value IS 136 (53.52% from 255) = 29.82%

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

R = 42.98%
G = 29.82%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4887C (or 0xC4887C) is known color: Brandy Rose. HEX triplet: C4, 88 and 7C. RGB value is (196,136,124). Sum of RGB (Red+Green+Blue) = 196+136+124=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4887C is #3B7783. Grayscale: #989898. Windows color (decimal): -3897220 or 8161476. OLE color: 8161476.

HSL color Cylindrical-coordinate representation of color #C4887C: hue angle of 10º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4887C is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 136 124 -
CMYK 0 0.31 0.37 0.23
HSL 10º 0.38% 0.63% -
HSV(B) 10º 0.37% 0.77% -
XYZ 35.21 30.8 23.16 -
YUV 152.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 196 136 124 0 0.31 0.37 0.23 10 0.38 0.63
Hex C4 88 7C 0 1F 25 17 A 26 3F
Octal 304 210 174 0 37 45 27 12 46 77
Binary 11000100 10001000 1111100 0 11111 100101 10111 1010 100110 111111

Color Harmonies of #C4887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4887C

Black with #C4887C

Text Example


Text Example

White with #C4887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4887C; }

 p { color: rgb(196,136,124); }

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

background-color css

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

 a { background-color: rgb(196,136,124); }

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

border-color css

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

 span { border-color: rgb(196,136,124); }

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