Html Css Color HEX #CF8035 Bronze

📋 copy color: '#CF8035'

red 207 ◦ green 128 ◦ blue 53

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

Shades of Bronze #CF8035

Tints of Bronze #CF8035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.66%

R = 53.35%
G = 32.99%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF8035 (or 0xCF8035) is known color: Bronze. HEX triplet: CF, 80 and 35. RGB value is (207,128,53). Sum of RGB (Red+Green+Blue) = 207+128+53=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8035 is #307FCA. Grayscale: #8F8F8F. Windows color (decimal): -3178443 or 3506383. OLE color: 3506383.

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

Color convert

RGB 207 128 53 -
CMYK 0 0.38 0.74 0.19
HSL 29.22º 0.62% 0.51% -
HSV(B) 29.22º 0.74% 0.81% -
XYZ 34.09 28.96 7.16 -
YUV 143.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 207 128 53 0 0.38 0.74 0.19 29.22 0.62 0.51
Hex CF 80 35 0 26 4A 13 1D 3E 33
Octal 317 200 65 0 46 112 23 35 76 63
Binary 11001111 10000000 110101 0 100110 1001010 10011 11101 111110 110011

Color Harmonies of #CF8035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8035

Black with #CF8035

Text Example


Text Example

White with #CF8035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8035; }

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

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

background-color css

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

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

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

border-color css

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

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

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