Html Css Color HEX #CF8032 Bronze

📋 copy color: '#CF8032'

red 207 ◦ green 128 ◦ blue 50

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

Shades of Bronze #CF8032

Tints of Bronze #CF8032

RGB

 RED value IS 207 (81.25% from 255) = 53.77%

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

 BLUE value IS 50 (19.92% from 255) = 12.99%

R = 53.77%
G = 33.25%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CF8032 (or 0xCF8032) is known color: Bronze. HEX triplet: CF, 80 and 32. RGB value is (207,128,50). Sum of RGB (Red+Green+Blue) = 207+128+50=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8032 is #307FCD. Grayscale: #8F8F8F. Windows color (decimal): -3178446 or 3309775. OLE color: 3309775.

HSL color Cylindrical-coordinate representation of color #CF8032: hue angle of 29.81º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF8032 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 128 50 -
CMYK 0 0.38 0.76 0.19
HSL 29.81º 0.62% 0.5% -
HSV(B) 29.81º 0.76% 0.81% -
XYZ 34.03 28.93 6.81 -
YUV 142.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 207 128 50 0 0.38 0.76 0.19 29.81 0.62 0.5
Hex CF 80 32 0 26 4C 13 1E 3E 32
Octal 317 200 62 0 46 114 23 36 76 62
Binary 11001111 10000000 110010 0 100110 1001100 10011 11110 111110 110010

Color Harmonies of #CF8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8032

Black with #CF8032

Text Example


Text Example

White with #CF8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8032; }

 p { color: rgb(207,128,50); }

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

background-color css

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

 a { background-color: rgb(207,128,50); }

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

border-color css

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

 span { border-color: rgb(207,128,50); }

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