Html Css Color HEX #C08372 Brandy Rose

📋 copy color: '#C08372'

red 192 ◦ green 131 ◦ blue 114

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

Shades of Brandy Rose #C08372

Tints of Brandy Rose #C08372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 43.94%
G = 29.98%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C08372 (or 0xC08372) is known color: Brandy Rose. HEX triplet: C0, 83 and 72. RGB value is (192,131,114). Sum of RGB (Red+Green+Blue) = 192+131+114=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C08372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08372 is #3F7C8D. Grayscale: #939393. Windows color (decimal): -4160654 or 7504832. OLE color: 7504832.

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

Color convert

RGB 192 131 114 -
CMYK 0 0.32 0.41 0.25
HSL 13.08º 0.38% 0.6% -
HSV(B) 13.08º 0.41% 0.75% -
XYZ 32.89 28.65 19.72 -
YUV 147.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 192 131 114 0 0.32 0.41 0.25 13.08 0.38 0.6
Hex C0 83 72 0 20 29 19 D 26 3C
Octal 300 203 162 0 40 51 31 15 46 74
Binary 11000000 10000011 1110010 0 100000 101001 11001 1101 100110 111100

Color Harmonies of #C08372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08372

Black with #C08372

Text Example


Text Example

White with #C08372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08372; }

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

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

background-color css

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

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

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

border-color css

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

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

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