Html Css Color HEX #C08271 Brandy Rose

📋 copy color: '#C08271'

red 192 ◦ green 130 ◦ blue 113

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

Shades of Brandy Rose #C08271

Tints of Brandy Rose #C08271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.98%

R = 44.14%
G = 29.89%
B = 25.98%

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

#C08271 (or 0xC08271) is known color: Brandy Rose. HEX triplet: C0, 82 and 71. RGB value is (192,130,113). Sum of RGB (Red+Green+Blue) = 192+130+113=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C08271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08271 is #3F7D8E. Grayscale: #929292. Windows color (decimal): -4160911 or 7439040. OLE color: 7439040.

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

Color convert

RGB 192 130 113 -
CMYK 0 0.32 0.41 0.25
HSL 12.91º 0.39% 0.6% -
HSV(B) 12.91º 0.41% 0.75% -
XYZ 32.7 28.36 19.37 -
YUV 146.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 192 130 113 0 0.32 0.41 0.25 12.91 0.39 0.6
Hex C0 82 71 0 20 29 19 D 27 3C
Octal 300 202 161 0 40 51 31 15 47 74
Binary 11000000 10000010 1110001 0 100000 101001 11001 1101 100111 111100

Color Harmonies of #C08271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08271

Black with #C08271

Text Example


Text Example

White with #C08271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08271; }

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

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

background-color css

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

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

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

border-color css

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

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

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