Html Css Color HEX #C47B7A Brandy Rose

📋 copy color: '#C47B7A'

red 196 ◦ green 123 ◦ blue 122

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

Shades of Brandy Rose #C47B7A

Tints of Brandy Rose #C47B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.89%

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

R = 44.44%
G = 27.89%
B = 27.66%

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

#C47B7A (or 0xC47B7A) is known color: Brandy Rose. HEX triplet: C4, 7B and 7A. RGB value is (196,123,122). Sum of RGB (Red+Green+Blue) = 196+123+122=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47B7A is #3B8485. Grayscale: #909090. Windows color (decimal): -3900550 or 8027076. OLE color: 8027076.

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

Color convert

RGB 196 123 122 -
CMYK 0 0.37 0.38 0.23
HSL 0.81º 0.39% 0.62% -
HSV(B) 0.81º 0.38% 0.77% -
XYZ 33.36 27.31 21.92 -
YUV 144.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 196 123 122 0 0.37 0.38 0.23 0.81 0.39 0.62
Hex C4 7B 7A 0 25 26 17 1 27 3E
Octal 304 173 172 0 45 46 27 1 47 76
Binary 11000100 1111011 1111010 0 100101 100110 10111 1 100111 111110

Color Harmonies of #C47B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47B7A

Black with #C47B7A

Text Example


Text Example

White with #C47B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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