Html Css Color HEX #C2837D Brandy Rose

📋 copy color: '#C2837D'

red 194 ◦ green 131 ◦ blue 125

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

Shades of Brandy Rose #C2837D

Tints of Brandy Rose #C2837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.11%

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

R = 43.11%
G = 29.11%
B = 27.78%

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

#C2837D (or 0xC2837D) is known color: Brandy Rose. HEX triplet: C2, 83 and 7D. RGB value is (194,131,125). Sum of RGB (Red+Green+Blue) = 194+131+125=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2837D is #3D7C82. Grayscale: #959595. Windows color (decimal): -4029571 or 8225730. OLE color: 8225730.

HSL color Cylindrical-coordinate representation of color #C2837D: hue angle of 5.22º 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 #C2837D is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 125 -
CMYK 0 0.32 0.36 0.24
HSL 5.22º 0.36% 0.63% -
HSV(B) 5.22º 0.36% 0.76% -
XYZ 34.07 29.18 23.24 -
YUV 149.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 194 131 125 0 0.32 0.36 0.24 5.22 0.36 0.63
Hex C2 83 7D 0 20 24 18 5 24 3F
Octal 302 203 175 0 40 44 30 5 44 77
Binary 11000010 10000011 1111101 0 100000 100100 11000 101 100100 111111

Color Harmonies of #C2837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2837D

Black with #C2837D

Text Example


Text Example

White with #C2837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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