Html Css Color HEX #C2887D Brandy Rose

📋 copy color: '#C2887D'

red 194 ◦ green 136 ◦ blue 125

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

Shades of Brandy Rose #C2887D

Tints of Brandy Rose #C2887D

RGB

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

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

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

R = 42.64%
G = 29.89%
B = 27.47%

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

#C2887D (or 0xC2887D) is known color: Brandy Rose. HEX triplet: C2, 88 and 7D. RGB value is (194,136,125). Sum of RGB (Red+Green+Blue) = 194+136+125=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2887D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2887D is #3D7782. Grayscale: #989898. Windows color (decimal): -4028291 or 8227010. OLE color: 8227010.

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

Color convert

RGB 194 136 125 -
CMYK 0 0.30 0.36 0.24
HSL 9.57º 0.36% 0.63% -
HSV(B) 9.57º 0.36% 0.76% -
XYZ 34.75 30.56 23.47 -
YUV 152.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 194 136 125 0 0.30 0.36 0.24 9.57 0.36 0.63
Hex C2 88 7D 0 1E 24 18 A 24 3F
Octal 302 210 175 0 36 44 30 12 44 77
Binary 11000010 10001000 1111101 0 11110 100100 11000 1010 100100 111111

Color Harmonies of #C2887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2887D

Black with #C2887D

Text Example


Text Example

White with #C2887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2887D; }

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

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

background-color css

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

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

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

border-color css

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

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

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