Html Css Color HEX #C2887C Brandy Rose

📋 copy color: '#C2887C'

red 194 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #C2887C

Tints of Brandy Rose #C2887C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.96%

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

R = 42.73%
G = 29.96%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2887C (or 0xC2887C) is known color: Brandy Rose. HEX triplet: C2, 88 and 7C. RGB value is (194,136,124). Sum of RGB (Red+Green+Blue) = 194+136+124=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 136 (53.52% from 255 or 29.96% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2887C is #3D7783. Grayscale: #989898. Windows color (decimal): -4028292 or 8161474. OLE color: 8161474.

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

Color convert

RGB 194 136 124 -
CMYK 0 0.30 0.36 0.24
HSL 10.29º 0.36% 0.62% -
HSV(B) 10.29º 0.36% 0.76% -
XYZ 34.69 30.53 23.13 -
YUV 151.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 194 136 124 0 0.30 0.36 0.24 10.29 0.36 0.62
Hex C2 88 7C 0 1E 24 18 A 24 3E
Octal 302 210 174 0 36 44 30 12 44 76
Binary 11000010 10001000 1111100 0 11110 100100 11000 1010 100100 111110

Color Harmonies of #C2887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2887C

Black with #C2887C

Text Example


Text Example

White with #C2887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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