Html Css Color HEX #C08574 Brandy Rose

📋 copy color: '#C08574'

red 192 ◦ green 133 ◦ blue 116

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

Shades of Brandy Rose #C08574

Tints of Brandy Rose #C08574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.16%

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

R = 43.54%
G = 30.16%
B = 26.3%

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

#C08574 (or 0xC08574) is known color: Brandy Rose. HEX triplet: C0, 85 and 74. RGB value is (192,133,116). Sum of RGB (Red+Green+Blue) = 192+133+116=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C08574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08574 is #3F7A8B. Grayscale: #949494. Windows color (decimal): -4160140 or 7636416. OLE color: 7636416.

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

Color convert

RGB 192 133 116 -
CMYK 0 0.31 0.40 0.25
HSL 13.42º 0.38% 0.6% -
HSV(B) 13.42º 0.4% 0.75% -
XYZ 33.28 29.24 20.41 -
YUV 148.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 192 133 116 0 0.31 0.40 0.25 13.42 0.38 0.6
Hex C0 85 74 0 1F 28 19 D 26 3C
Octal 300 205 164 0 37 50 31 15 46 74
Binary 11000000 10000101 1110100 0 11111 101000 11001 1101 100110 111100

Color Harmonies of #C08574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08574

Black with #C08574

Text Example


Text Example

White with #C08574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08574; }

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

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

background-color css

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

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

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

border-color css

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

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

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