Html Css Color HEX #C2847C Brandy Rose

📋 copy color: '#C2847C'

red 194 ◦ green 132 ◦ blue 124

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

Shades of Brandy Rose #C2847C

Tints of Brandy Rose #C2847C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.56%

R = 43.11%
G = 29.33%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2847C (or 0xC2847C) is known color: Brandy Rose. HEX triplet: C2, 84 and 7C. RGB value is (194,132,124). Sum of RGB (Red+Green+Blue) = 194+132+124=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2847C is #3D7B83. Grayscale: #959595. Windows color (decimal): -4029316 or 8160450. OLE color: 8160450.

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

Color convert

RGB 194 132 124 -
CMYK 0 0.32 0.36 0.24
HSL 6.86º 0.36% 0.62% -
HSV(B) 6.86º 0.36% 0.76% -
XYZ 34.14 29.43 22.95 -
YUV 149.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 194 132 124 0 0.32 0.36 0.24 6.86 0.36 0.62
Hex C2 84 7C 0 20 24 18 7 24 3E
Octal 302 204 174 0 40 44 30 7 44 76
Binary 11000010 10000100 1111100 0 100000 100100 11000 111 100100 111110

Color Harmonies of #C2847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2847C

Black with #C2847C

Text Example


Text Example

White with #C2847C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2847C; }

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

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

background-color css

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

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

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

border-color css

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

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

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