Html Css Color HEX #C0856F Brandy Rose

📋 copy color: '#C0856F'

red 192 ◦ green 133 ◦ blue 111

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

Shades of Brandy Rose #C0856F

Tints of Brandy Rose #C0856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 44.04%
G = 30.5%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0856F (or 0xC0856F) is known color: Brandy Rose. HEX triplet: C0, 85 and 6F. RGB value is (192,133,111). Sum of RGB (Red+Green+Blue) = 192+133+111=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0856F is #3F7A90. Grayscale: #949494. Windows color (decimal): -4160145 or 7308736. OLE color: 7308736.

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

Color convert

RGB 192 133 111 -
CMYK 0 0.31 0.42 0.25
HSL 16.3º 0.39% 0.59% -
HSV(B) 16.3º 0.42% 0.75% -
XYZ 33 29.13 18.92 -
YUV 148.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 192 133 111 0 0.31 0.42 0.25 16.3 0.39 0.59
Hex C0 85 6F 0 1F 2A 19 10 27 3B
Octal 300 205 157 0 37 52 31 20 47 73
Binary 11000000 10000101 1101111 0 11111 101010 11001 10000 100111 111011

Color Harmonies of #C0856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0856F

Black with #C0856F

Text Example


Text Example

White with #C0856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0856F; }

 p { color: rgb(192,133,111); }

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

background-color css

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

 a { background-color: rgb(192,133,111); }

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

border-color css

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

 span { border-color: rgb(192,133,111); }

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