Html Css Color HEX #C0886E Brandy Rose

📋 copy color: '#C0886E'

red 192 ◦ green 136 ◦ blue 110

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

Shades of Brandy Rose #C0886E

Tints of Brandy Rose #C0886E

RGB

 RED value IS 192 (75.39% from 255) = 43.84%

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

 BLUE value IS 110 (43.36% from 255) = 25.11%

R = 43.84%
G = 31.05%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0886E (or 0xC0886E) is known color: Brandy Rose. HEX triplet: C0, 88 and 6E. RGB value is (192,136,110). Sum of RGB (Red+Green+Blue) = 192+136+110=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0886E is #3F7791. Grayscale: #959595. Windows color (decimal): -4159378 or 7243968. OLE color: 7243968.

HSL color Cylindrical-coordinate representation of color #C0886E: hue angle of 19.02º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0886E is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 110 -
CMYK 0 0.29 0.43 0.25
HSL 19.02º 0.39% 0.59% -
HSV(B) 19.02º 0.43% 0.75% -
XYZ 33.36 29.94 18.77 -
YUV 149.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 192 136 110 0 0.29 0.43 0.25 19.02 0.39 0.59
Hex C0 88 6E 0 1D 2B 19 13 27 3B
Octal 300 210 156 0 35 53 31 23 47 73
Binary 11000000 10001000 1101110 0 11101 101011 11001 10011 100111 111011

Color Harmonies of #C0886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0886E

Black with #C0886E

Text Example


Text Example

White with #C0886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0886E; }

 p { color: rgb(192,136,110); }

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

background-color css

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

 a { background-color: rgb(192,136,110); }

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

border-color css

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

 span { border-color: rgb(192,136,110); }

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