Html Css Color HEX #C4807A Brandy Rose

📋 copy color: '#C4807A'

red 196 ◦ green 128 ◦ blue 122

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

Shades of Brandy Rose #C4807A

Tints of Brandy Rose #C4807A

RGB

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

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

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

R = 43.95%
G = 28.7%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4807A (or 0xC4807A) is known color: Brandy Rose. HEX triplet: C4, 80 and 7A. RGB value is (196,128,122). Sum of RGB (Red+Green+Blue) = 196+128+122=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C4807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4807A is #3B7F85. Grayscale: #939393. Windows color (decimal): -3899270 or 8028356. OLE color: 8028356.

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

Color convert

RGB 196 128 122 -
CMYK 0 0.35 0.38 0.23
HSL 4.86º 0.39% 0.62% -
HSV(B) 4.86º 0.38% 0.77% -
XYZ 34 28.58 22.14 -
YUV 147.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 196 128 122 0 0.35 0.38 0.23 4.86 0.39 0.62
Hex C4 80 7A 0 23 26 17 5 27 3E
Octal 304 200 172 0 43 46 27 5 47 76
Binary 11000100 10000000 1111010 0 100011 100110 10111 101 100111 111110

Color Harmonies of #C4807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4807A

Black with #C4807A

Text Example


Text Example

White with #C4807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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