Html Css Color HEX #C08379 Brandy Rose

📋 copy color: '#C08379'

red 192 ◦ green 131 ◦ blue 121

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

Shades of Brandy Rose #C08379

Tints of Brandy Rose #C08379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 43.24%
G = 29.5%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C08379 (or 0xC08379) is known color: Brandy Rose. HEX triplet: C0, 83 and 79. RGB value is (192,131,121). Sum of RGB (Red+Green+Blue) = 192+131+121=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C08379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08379 is #3F7C86. Grayscale: #949494. Windows color (decimal): -4160647 or 7963584. OLE color: 7963584.

HSL color Cylindrical-coordinate representation of color #C08379: hue angle of 8.45º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C08379 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 121 -
CMYK 0 0.32 0.37 0.25
HSL 8.45º 0.36% 0.61% -
HSV(B) 8.45º 0.37% 0.75% -
XYZ 33.31 28.82 21.9 -
YUV 148.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 192 131 121 0 0.32 0.37 0.25 8.45 0.36 0.61
Hex C0 83 79 0 20 25 19 8 24 3D
Octal 300 203 171 0 40 45 31 10 44 75
Binary 11000000 10000011 1111001 0 100000 100101 11001 1000 100100 111101

Color Harmonies of #C08379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08379

Black with #C08379

Text Example


Text Example

White with #C08379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08379; }

 p { color: rgb(192,131,121); }

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

background-color css

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

 a { background-color: rgb(192,131,121); }

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

border-color css

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

 span { border-color: rgb(192,131,121); }

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