Html Css Color HEX #C1887C Brandy Rose

📋 copy color: '#C1887C'

red 193 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #C1887C

Tints of Brandy Rose #C1887C

RGB

 RED value IS 193 (75.78% from 255) = 42.6%

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

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

R = 42.6%
G = 30.02%
B = 27.37%

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

#C1887C (or 0xC1887C) is known color: Brandy Rose. HEX triplet: C1, 88 and 7C. RGB value is (193,136,124). Sum of RGB (Red+Green+Blue) = 193+136+124=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1887C is #3E7783. Grayscale: #979797. Windows color (decimal): -4093828 or 8161473. OLE color: 8161473.

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

Color convert

RGB 193 136 124 -
CMYK 0 0.30 0.36 0.24
HSL 10.43º 0.36% 0.62% -
HSV(B) 10.43º 0.36% 0.76% -
XYZ 34.43 30.4 23.12 -
YUV 151.68 112.38 157.48 -
System Red Green Blue C M Y K H S L
Decimal 193 136 124 0 0.30 0.36 0.24 10.43 0.36 0.62
Hex C1 88 7C 0 1E 24 18 A 24 3E
Octal 301 210 174 0 36 44 30 12 44 76
Binary 11000001 10001000 1111100 0 11110 100100 11000 1010 100100 111110

Color Harmonies of #C1887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1887C

Black with #C1887C

Text Example


Text Example

White with #C1887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1887C; }

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

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

background-color css

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

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

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

border-color css

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

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

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