Html Css Color HEX #C08473 Brandy Rose

📋 copy color: '#C08473'

red 192 ◦ green 132 ◦ blue 115

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

Shades of Brandy Rose #C08473

Tints of Brandy Rose #C08473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.07%

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

R = 43.74%
G = 30.07%
B = 26.2%

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

#C08473 (or 0xC08473) is known color: Brandy Rose. HEX triplet: C0, 84 and 73. RGB value is (192,132,115). Sum of RGB (Red+Green+Blue) = 192+132+115=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 115 (45.31% from 255 or 26.20% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C08473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08473 is #3F7B8C. Grayscale: #949494. Windows color (decimal): -4160397 or 7570624. OLE color: 7570624.

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

Color convert

RGB 192 132 115 -
CMYK 0 0.31 0.40 0.25
HSL 13.25º 0.38% 0.6% -
HSV(B) 13.25º 0.4% 0.75% -
XYZ 33.08 28.95 20.06 -
YUV 148 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 192 132 115 0 0.31 0.40 0.25 13.25 0.38 0.6
Hex C0 84 73 0 1F 28 19 D 26 3C
Octal 300 204 163 0 37 50 31 15 46 74
Binary 11000000 10000100 1110011 0 11111 101000 11001 1101 100110 111100

Color Harmonies of #C08473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08473

Black with #C08473

Text Example


Text Example

White with #C08473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08473; }

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

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

background-color css

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

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

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

border-color css

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

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

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