Html Css Color HEX #C2887B Brandy Rose

📋 copy color: '#C2887B'

red 194 ◦ green 136 ◦ blue 123

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

Shades of Brandy Rose #C2887B

Tints of Brandy Rose #C2887B

RGB

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

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

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

R = 42.83%
G = 30.02%
B = 27.15%

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

#C2887B (or 0xC2887B) is known color: Brandy Rose. HEX triplet: C2, 88 and 7B. RGB value is (194,136,123). Sum of RGB (Red+Green+Blue) = 194+136+123=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2887B is #3D7784. Grayscale: #979797. Windows color (decimal): -4028293 or 8095938. OLE color: 8095938.

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

Color convert

RGB 194 136 123 -
CMYK 0 0.30 0.37 0.24
HSL 10.99º 0.37% 0.62% -
HSV(B) 10.99º 0.37% 0.76% -
XYZ 34.63 30.51 22.8 -
YUV 151.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 194 136 123 0 0.30 0.37 0.24 10.99 0.37 0.62
Hex C2 88 7B 0 1E 25 18 B 25 3E
Octal 302 210 173 0 36 45 30 13 45 76
Binary 11000010 10001000 1111011 0 11110 100101 11000 1011 100101 111110

Color Harmonies of #C2887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2887B

Black with #C2887B

Text Example


Text Example

White with #C2887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2887B; }

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

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

background-color css

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

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

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

border-color css

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

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

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