Html Css Color HEX #C4807C Brandy Rose

📋 copy color: '#C4807C'

red 196 ◦ green 128 ◦ blue 124

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

Shades of Brandy Rose #C4807C

Tints of Brandy Rose #C4807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.57%

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

R = 43.75%
G = 28.57%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4807C (or 0xC4807C) is known color: Brandy Rose. HEX triplet: C4, 80 and 7C. RGB value is (196,128,124). Sum of RGB (Red+Green+Blue) = 196+128+124=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 196 - color contains mainly: red. Hex color #C4807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4807C is #3B7F83. Grayscale: #939393. Windows color (decimal): -3899268 or 8159428. OLE color: 8159428.

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

Color convert

RGB 196 128 124 -
CMYK 0 0.35 0.37 0.23
HSL 3.33º 0.38% 0.63% -
HSV(B) 3.33º 0.37% 0.77% -
XYZ 34.12 28.63 22.8 -
YUV 147.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 196 128 124 0 0.35 0.37 0.23 3.33 0.38 0.63
Hex C4 80 7C 0 23 25 17 3 26 3F
Octal 304 200 174 0 43 45 27 3 46 77
Binary 11000100 10000000 1111100 0 100011 100101 10111 11 100110 111111

Color Harmonies of #C4807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4807C

Black with #C4807C

Text Example


Text Example

White with #C4807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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