Html Css Color HEX #C0866E Brandy Rose

📋 copy color: '#C0866E'

red 192 ◦ green 134 ◦ blue 110

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

Shades of Brandy Rose #C0866E

Tints of Brandy Rose #C0866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

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

R = 44.04%
G = 30.73%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0866E (or 0xC0866E) is known color: Brandy Rose. HEX triplet: C0, 86 and 6E. RGB value is (192,134,110). Sum of RGB (Red+Green+Blue) = 192+134+110=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0866E is #3F7991. Grayscale: #949494. Windows color (decimal): -4159890 or 7243456. OLE color: 7243456.

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

Color convert

RGB 192 134 110 -
CMYK 0 0.30 0.43 0.25
HSL 17.56º 0.39% 0.59% -
HSV(B) 17.56º 0.43% 0.75% -
XYZ 33.08 29.38 18.68 -
YUV 148.61 106.22 158.95 -
System Red Green Blue C M Y K H S L
Decimal 192 134 110 0 0.30 0.43 0.25 17.56 0.39 0.59
Hex C0 86 6E 0 1E 2B 19 12 27 3B
Octal 300 206 156 0 36 53 31 22 47 73
Binary 11000000 10000110 1101110 0 11110 101011 11001 10010 100111 111011

Color Harmonies of #C0866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0866E

Black with #C0866E

Text Example


Text Example

White with #C0866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0866E; }

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

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

background-color css

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

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

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

border-color css

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

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

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