Html Css Color HEX #C4887A Brandy Rose

📋 copy color: '#C4887A'

red 196 ◦ green 136 ◦ blue 122

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

Shades of Brandy Rose #C4887A

Tints of Brandy Rose #C4887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.87%

R = 43.17%
G = 29.96%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4887A (or 0xC4887A) is known color: Brandy Rose. HEX triplet: C4, 88 and 7A. RGB value is (196,136,122). Sum of RGB (Red+Green+Blue) = 196+136+122=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4887A is #3B7785. Grayscale: #989898. Windows color (decimal): -3897222 or 8030404. OLE color: 8030404.

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

Color convert

RGB 196 136 122 -
CMYK 0 0.31 0.38 0.23
HSL 11.35º 0.39% 0.62% -
HSV(B) 11.35º 0.38% 0.77% -
XYZ 35.08 30.75 22.5 -
YUV 152.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 196 136 122 0 0.31 0.38 0.23 11.35 0.39 0.62
Hex C4 88 7A 0 1F 26 17 B 27 3E
Octal 304 210 172 0 37 46 27 13 47 76
Binary 11000100 10001000 1111010 0 11111 100110 10111 1011 100111 111110

Color Harmonies of #C4887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4887A

Black with #C4887A

Text Example


Text Example

White with #C4887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4887A; }

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

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

background-color css

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

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

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

border-color css

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

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

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