Html Css Color HEX #C2887A Brandy Rose

📋 copy color: '#C2887A'

red 194 ◦ green 136 ◦ blue 122

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

Shades of Brandy Rose #C2887A

Tints of Brandy Rose #C2887A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.99%

R = 42.92%
G = 30.09%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2887A (or 0xC2887A) is known color: Brandy Rose. HEX triplet: C2, 88 and 7A. RGB value is (194,136,122). Sum of RGB (Red+Green+Blue) = 194+136+122=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C2887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2887A is #3D7785. Grayscale: #979797. Windows color (decimal): -4028294 or 8030402. OLE color: 8030402.

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

Color convert

RGB 194 136 122 -
CMYK 0 0.30 0.37 0.24
HSL 11.67º 0.37% 0.62% -
HSV(B) 11.67º 0.37% 0.76% -
XYZ 34.57 30.48 22.47 -
YUV 151.75 111.22 158.14 -
System Red Green Blue C M Y K H S L
Decimal 194 136 122 0 0.30 0.37 0.24 11.67 0.37 0.62
Hex C2 88 7A 0 1E 25 18 C 25 3E
Octal 302 210 172 0 36 45 30 14 45 76
Binary 11000010 10001000 1111010 0 11110 100101 11000 1100 100101 111110

Color Harmonies of #C2887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2887A

Black with #C2887A

Text Example


Text Example

White with #C2887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2887A; }

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

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

background-color css

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

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

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

border-color css

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

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

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