Html Css Color HEX #CF802F Bronze

📋 copy color: '#CF802F'

red 207 ◦ green 128 ◦ blue 47

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

Shades of Bronze #CF802F

Tints of Bronze #CF802F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.3%

R = 54.19%
G = 33.51%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF802F (or 0xCF802F) is known color: Bronze. HEX triplet: CF, 80 and 2F. RGB value is (207,128,47). Sum of RGB (Red+Green+Blue) = 207+128+47=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF802F is #307FD0. Grayscale: #8E8E8E. Windows color (decimal): -3178449 or 3113167. OLE color: 3113167.

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

Color convert

RGB 207 128 47 -
CMYK 0 0.38 0.77 0.19
HSL 30.38º 0.63% 0.5% -
HSV(B) 30.38º 0.77% 0.81% -
XYZ 33.96 28.91 6.48 -
YUV 142.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 207 128 47 0 0.38 0.77 0.19 30.38 0.63 0.5
Hex CF 80 2F 0 26 4D 13 1E 3F 32
Octal 317 200 57 0 46 115 23 36 77 62
Binary 11001111 10000000 101111 0 100110 1001101 10011 11110 111111 110010

Color Harmonies of #CF802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF802F

Black with #CF802F

Text Example


Text Example

White with #CF802F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF802F; }

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

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

background-color css

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

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

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

border-color css

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

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

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