Html Css Color HEX #C2837B Brandy Rose

📋 copy color: '#C2837B'

red 194 ◦ green 131 ◦ blue 123

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

Shades of Brandy Rose #C2837B

Tints of Brandy Rose #C2837B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.46%

R = 43.3%
G = 29.24%
B = 27.46%

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

#C2837B (or 0xC2837B) is known color: Brandy Rose. HEX triplet: C2, 83 and 7B. RGB value is (194,131,123). Sum of RGB (Red+Green+Blue) = 194+131+123=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2837B is #3D7C84. Grayscale: #959595. Windows color (decimal): -4029573 or 8094658. OLE color: 8094658.

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

Color convert

RGB 194 131 123 -
CMYK 0 0.32 0.37 0.24
HSL 6.76º 0.37% 0.62% -
HSV(B) 6.76º 0.37% 0.76% -
XYZ 33.94 29.13 22.57 -
YUV 148.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 194 131 123 0 0.32 0.37 0.24 6.76 0.37 0.62
Hex C2 83 7B 0 20 25 18 7 25 3E
Octal 302 203 173 0 40 45 30 7 45 76
Binary 11000010 10000011 1111011 0 100000 100101 11000 111 100101 111110

Color Harmonies of #C2837B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2837B

Black with #C2837B

Text Example


Text Example

White with #C2837B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2837B; }

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

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

background-color css

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

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

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

border-color css

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

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

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