Html Css Color HEX #C4867A Brandy Rose

📋 copy color: '#C4867A'

red 196 ◦ green 134 ◦ blue 122

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

Shades of Brandy Rose #C4867A

Tints of Brandy Rose #C4867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.65%

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

R = 43.36%
G = 29.65%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4867A (or 0xC4867A) is known color: Brandy Rose. HEX triplet: C4, 86 and 7A. RGB value is (196,134,122). Sum of RGB (Red+Green+Blue) = 196+134+122=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C4867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4867A is #3B7985. Grayscale: #979797. Windows color (decimal): -3897734 or 8029892. OLE color: 8029892.

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

Color convert

RGB 196 134 122 -
CMYK 0 0.32 0.38 0.23
HSL 9.73º 0.39% 0.62% -
HSV(B) 9.73º 0.38% 0.77% -
XYZ 34.8 30.19 22.41 -
YUV 151.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 196 134 122 0 0.32 0.38 0.23 9.73 0.39 0.62
Hex C4 86 7A 0 20 26 17 A 27 3E
Octal 304 206 172 0 40 46 27 12 47 76
Binary 11000100 10000110 1111010 0 100000 100110 10111 1010 100111 111110

Color Harmonies of #C4867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4867A

Black with #C4867A

Text Example


Text Example

White with #C4867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4867A; }

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

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

background-color css

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

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

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

border-color css

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

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

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