Html Css Color HEX #C47C7A Brandy Rose

📋 copy color: '#C47C7A'

red 196 ◦ green 124 ◦ blue 122

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

Shades of Brandy Rose #C47C7A

Tints of Brandy Rose #C47C7A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.05%

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

R = 44.34%
G = 28.05%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C47C7A (or 0xC47C7A) is known color: Brandy Rose. HEX triplet: C4, 7C and 7A. RGB value is (196,124,122). Sum of RGB (Red+Green+Blue) = 196+124+122=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C7A is #3B8385. Grayscale: #919191. Windows color (decimal): -3900294 or 8027332. OLE color: 8027332.

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

Color convert

RGB 196 124 122 -
CMYK 0 0.37 0.38 0.23
HSL 1.62º 0.39% 0.62% -
HSV(B) 1.62º 0.38% 0.77% -
XYZ 33.49 27.56 21.97 -
YUV 145.3 114.85 164.16 -
System Red Green Blue C M Y K H S L
Decimal 196 124 122 0 0.37 0.38 0.23 1.62 0.39 0.62
Hex C4 7C 7A 0 25 26 17 2 27 3E
Octal 304 174 172 0 45 46 27 2 47 76
Binary 11000100 1111100 1111010 0 100101 100110 10111 10 100111 111110

Color Harmonies of #C47C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C7A

Black with #C47C7A

Text Example


Text Example

White with #C47C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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