Html Css Color HEX #C08773 Brandy Rose

📋 copy color: '#C08773'

red 192 ◦ green 135 ◦ blue 115

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

Shades of Brandy Rose #C08773

Tints of Brandy Rose #C08773

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.54%

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

R = 43.44%
G = 30.54%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C08773 (or 0xC08773) is known color: Brandy Rose. HEX triplet: C0, 87 and 73. RGB value is (192,135,115). Sum of RGB (Red+Green+Blue) = 192+135+115=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C08773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08773 is #3F788C. Grayscale: #959595. Windows color (decimal): -4159629 or 7571392. OLE color: 7571392.

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

Color convert

RGB 192 135 115 -
CMYK 0 0.30 0.40 0.25
HSL 15.58º 0.38% 0.6% -
HSV(B) 15.58º 0.4% 0.75% -
XYZ 33.5 29.77 20.2 -
YUV 149.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 192 135 115 0 0.30 0.40 0.25 15.58 0.38 0.6
Hex C0 87 73 0 1E 28 19 10 26 3C
Octal 300 207 163 0 36 50 31 20 46 74
Binary 11000000 10000111 1110011 0 11110 101000 11001 10000 100110 111100

Color Harmonies of #C08773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08773

Black with #C08773

Text Example


Text Example

White with #C08773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08773; }

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

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

background-color css

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

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

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

border-color css

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

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

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