Html Css Color HEX #C08573 Brandy Rose

📋 copy color: '#C08573'

red 192 ◦ green 133 ◦ blue 115

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

Shades of Brandy Rose #C08573

Tints of Brandy Rose #C08573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.14%

R = 43.64%
G = 30.23%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C08573 (or 0xC08573) is known color: Brandy Rose. HEX triplet: C0, 85 and 73. RGB value is (192,133,115). Sum of RGB (Red+Green+Blue) = 192+133+115=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C08573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08573 is #3F7A8C. Grayscale: #949494. Windows color (decimal): -4160141 or 7570880. OLE color: 7570880.

HSL color Cylindrical-coordinate representation of color #C08573: hue angle of 14.03º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C08573 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 115 -
CMYK 0 0.31 0.40 0.25
HSL 14.03º 0.38% 0.6% -
HSV(B) 14.03º 0.4% 0.75% -
XYZ 33.22 29.22 20.11 -
YUV 148.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 192 133 115 0 0.31 0.40 0.25 14.03 0.38 0.6
Hex C0 85 73 0 1F 28 19 E 26 3C
Octal 300 205 163 0 37 50 31 16 46 74
Binary 11000000 10000101 1110011 0 11111 101000 11001 1110 100110 111100

Color Harmonies of #C08573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08573

Black with #C08573

Text Example


Text Example

White with #C08573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08573; }

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

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

background-color css

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

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

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

border-color css

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

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

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