Html Css Color HEX #C2847A Brandy Rose

📋 copy color: '#C2847A'

red 194 ◦ green 132 ◦ blue 122

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

Shades of Brandy Rose #C2847A

Tints of Brandy Rose #C2847A

RGB

 RED value IS 194 (76.17% from 255) = 43.3%

 GREEN value IS 132 (51.95% from 255) = 29.46%

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

R = 43.3%
G = 29.46%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2847A (or 0xC2847A) is known color: Brandy Rose. HEX triplet: C2, 84 and 7A. RGB value is (194,132,122). Sum of RGB (Red+Green+Blue) = 194+132+122=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2847A is #3D7B85. Grayscale: #959595. Windows color (decimal): -4029318 or 8029378. OLE color: 8029378.

HSL color Cylindrical-coordinate representation of color #C2847A: hue angle of 8.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2847A is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 132 122 -
CMYK 0 0.32 0.37 0.24
HSL 8.33º 0.37% 0.62% -
HSV(B) 8.33º 0.37% 0.76% -
XYZ 34.01 29.38 22.29 -
YUV 149.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 194 132 122 0 0.32 0.37 0.24 8.33 0.37 0.62
Hex C2 84 7A 0 20 25 18 8 25 3E
Octal 302 204 172 0 40 45 30 10 45 76
Binary 11000010 10000100 1111010 0 100000 100101 11000 1000 100101 111110

Color Harmonies of #C2847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2847A

Black with #C2847A

Text Example


Text Example

White with #C2847A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2847A; }

 p { color: rgb(194,132,122); }

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

background-color css

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

 a { background-color: rgb(194,132,122); }

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

border-color css

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

 span { border-color: rgb(194,132,122); }

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