Html Css Color HEX #C08074 Brandy Rose

📋 copy color: '#C08074'

red 192 ◦ green 128 ◦ blue 116

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

Shades of Brandy Rose #C08074

Tints of Brandy Rose #C08074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 44.04%
G = 29.36%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C08074 (or 0xC08074) is known color: Brandy Rose. HEX triplet: C0, 80 and 74. RGB value is (192,128,116). Sum of RGB (Red+Green+Blue) = 192+128+116=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 128 (50.39% from 255 or 29.36% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C08074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08074 is #3F7F8B. Grayscale: #919191. Windows color (decimal): -4161420 or 7635136. OLE color: 7635136.

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

Color convert

RGB 192 128 116 -
CMYK 0 0.33 0.40 0.25
HSL 9.47º 0.38% 0.6% -
HSV(B) 9.47º 0.4% 0.75% -
XYZ 32.61 27.91 20.19 -
YUV 145.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 192 128 116 0 0.33 0.40 0.25 9.47 0.38 0.6
Hex C0 80 74 0 21 28 19 9 26 3C
Octal 300 200 164 0 41 50 31 11 46 74
Binary 11000000 10000000 1110100 0 100001 101000 11001 1001 100110 111100

Color Harmonies of #C08074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08074

Black with #C08074

Text Example


Text Example

White with #C08074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08074; }

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

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

background-color css

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

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

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

border-color css

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

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

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