Html Css Color HEX #C2847D Brandy Rose

📋 copy color: '#C2847D'

red 194 ◦ green 132 ◦ blue 125

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

Shades of Brandy Rose #C2847D

Tints of Brandy Rose #C2847D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 43.02%
G = 29.27%
B = 27.72%

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

#C2847D (or 0xC2847D) is known color: Brandy Rose. HEX triplet: C2, 84 and 7D. RGB value is (194,132,125). Sum of RGB (Red+Green+Blue) = 194+132+125=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 194 - color contains mainly: red. Hex color #C2847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2847D is #3D7B82. Grayscale: #959595. Windows color (decimal): -4029315 or 8225986. OLE color: 8225986.

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

Color convert

RGB 194 132 125 -
CMYK 0 0.32 0.36 0.24
HSL 6.09º 0.36% 0.63% -
HSV(B) 6.09º 0.36% 0.76% -
XYZ 34.2 29.45 23.28 -
YUV 149.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 194 132 125 0 0.32 0.36 0.24 6.09 0.36 0.63
Hex C2 84 7D 0 20 24 18 6 24 3F
Octal 302 204 175 0 40 44 30 6 44 77
Binary 11000010 10000100 1111101 0 100000 100100 11000 110 100100 111111

Color Harmonies of #C2847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2847D

Black with #C2847D

Text Example


Text Example

White with #C2847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2847D; }

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

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

background-color css

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

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

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

border-color css

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

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

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