Html Css Color HEX #C4847C Brandy Rose

📋 copy color: '#C4847C'

red 196 ◦ green 132 ◦ blue 124

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

Shades of Brandy Rose #C4847C

Tints of Brandy Rose #C4847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.2%

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

R = 43.36%
G = 29.2%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4847C (or 0xC4847C) is known color: Brandy Rose. HEX triplet: C4, 84 and 7C. RGB value is (196,132,124). Sum of RGB (Red+Green+Blue) = 196+132+124=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4847C is #3B7B83. Grayscale: #969696. Windows color (decimal): -3898244 or 8160452. OLE color: 8160452.

HSL color Cylindrical-coordinate representation of color #C4847C: hue angle of 6.67º 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 #C4847C is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 132 124 -
CMYK 0 0.33 0.37 0.23
HSL 6.67º 0.38% 0.63% -
HSV(B) 6.67º 0.37% 0.77% -
XYZ 34.65 29.69 22.97 -
YUV 150.22 113.2 160.65 -
System Red Green Blue C M Y K H S L
Decimal 196 132 124 0 0.33 0.37 0.23 6.67 0.38 0.63
Hex C4 84 7C 0 21 25 17 7 26 3F
Octal 304 204 174 0 41 45 27 7 46 77
Binary 11000100 10000100 1111100 0 100001 100101 10111 111 100110 111111

Color Harmonies of #C4847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4847C

Black with #C4847C

Text Example


Text Example

White with #C4847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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