Html Css Color HEX #C08272 Brandy Rose

📋 copy color: '#C08272'

red 192 ◦ green 130 ◦ blue 114

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

Shades of Brandy Rose #C08272

Tints of Brandy Rose #C08272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

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

R = 44.04%
G = 29.82%
B = 26.15%

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

#C08272 (or 0xC08272) is known color: Brandy Rose. HEX triplet: C0, 82 and 72. RGB value is (192,130,114). Sum of RGB (Red+Green+Blue) = 192+130+114=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C08272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08272 is #3F7D8D. Grayscale: #929292. Windows color (decimal): -4160910 or 7504576. OLE color: 7504576.

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

Color convert

RGB 192 130 114 -
CMYK 0 0.32 0.41 0.25
HSL 12.31º 0.38% 0.6% -
HSV(B) 12.31º 0.41% 0.75% -
XYZ 32.76 28.39 19.67 -
YUV 146.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 192 130 114 0 0.32 0.41 0.25 12.31 0.38 0.6
Hex C0 82 72 0 20 29 19 C 26 3C
Octal 300 202 162 0 40 51 31 14 46 74
Binary 11000000 10000010 1110010 0 100000 101001 11001 1100 100110 111100

Color Harmonies of #C08272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08272

Black with #C08272

Text Example


Text Example

White with #C08272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08272; }

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

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

background-color css

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

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

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

border-color css

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

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

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