Html Css Color HEX #C08077 Brandy Rose

📋 copy color: '#C08077'

red 192 ◦ green 128 ◦ blue 119

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

Shades of Brandy Rose #C08077

Tints of Brandy Rose #C08077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

 BLUE value IS 119 (46.88% from 255) = 27.11%

R = 43.74%
G = 29.16%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C08077 (or 0xC08077) is known color: Brandy Rose. HEX triplet: C0, 80 and 77. RGB value is (192,128,119). Sum of RGB (Red+Green+Blue) = 192+128+119=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C08077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08077 is #3F7F88. Grayscale: #929292. Windows color (decimal): -4161417 or 7831744. OLE color: 7831744.

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

Color convert

RGB 192 128 119 -
CMYK 0 0.33 0.38 0.25
HSL 7.4º 0.37% 0.61% -
HSV(B) 7.4º 0.38% 0.75% -
XYZ 32.79 27.98 21.12 -
YUV 146.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 192 128 119 0 0.33 0.38 0.25 7.4 0.37 0.61
Hex C0 80 77 0 21 26 19 7 25 3D
Octal 300 200 167 0 41 46 31 7 45 75
Binary 11000000 10000000 1110111 0 100001 100110 11001 111 100101 111101

Color Harmonies of #C08077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08077

Black with #C08077

Text Example


Text Example

White with #C08077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08077; }

 p { color: rgb(192,128,119); }

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

background-color css

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

 a { background-color: rgb(192,128,119); }

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

border-color css

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

 span { border-color: rgb(192,128,119); }

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