Html Css Color HEX #C4817C Brandy Rose

📋 copy color: '#C4817C'

red 196 ◦ green 129 ◦ blue 124

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

Shades of Brandy Rose #C4817C

Tints of Brandy Rose #C4817C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

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

R = 43.65%
G = 28.73%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4817C (or 0xC4817C) is known color: Brandy Rose. HEX triplet: C4, 81 and 7C. RGB value is (196,129,124). Sum of RGB (Red+Green+Blue) = 196+129+124=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4817C is #3B7E83. Grayscale: #949494. Windows color (decimal): -3899012 or 8159684. OLE color: 8159684.

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

Color convert

RGB 196 129 124 -
CMYK 0 0.34 0.37 0.23
HSL 4.17º 0.38% 0.63% -
HSV(B) 4.17º 0.37% 0.77% -
XYZ 34.25 28.89 22.84 -
YUV 148.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 196 129 124 0 0.34 0.37 0.23 4.17 0.38 0.63
Hex C4 81 7C 0 22 25 17 4 26 3F
Octal 304 201 174 0 42 45 27 4 46 77
Binary 11000100 10000001 1111100 0 100010 100101 10111 100 100110 111111

Color Harmonies of #C4817C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4817C

Black with #C4817C

Text Example


Text Example

White with #C4817C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4817C; }

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

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

background-color css

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

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

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

border-color css

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

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

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