Html Css Color HEX #CF7A2C Bronze

📋 copy color: '#CF7A2C'

red 207 ◦ green 122 ◦ blue 44

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

Shades of Bronze #CF7A2C

Tints of Bronze #CF7A2C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.71%

 BLUE value IS 44 (17.58% from 255) = 11.8%

R = 55.5%
G = 32.71%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF7A2C (or 0xCF7A2C) is known color: Bronze. HEX triplet: CF, 7A and 2C. RGB value is (207,122,44). Sum of RGB (Red+Green+Blue) = 207+122+44=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A2C is #3085D3. Grayscale: #8A8A8A. Windows color (decimal): -3179988 or 2915023. OLE color: 2915023.

HSL color Cylindrical-coordinate representation of color #CF7A2C: hue angle of 28.71º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF7A2C is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 122 44 -
CMYK 0 0.41 0.79 0.19
HSL 28.71º 0.65% 0.49% -
HSV(B) 28.71º 0.79% 0.81% -
XYZ 33.15 27.37 5.92 -
YUV 138.52 74.66 176.84 -
System Red Green Blue C M Y K H S L
Decimal 207 122 44 0 0.41 0.79 0.19 28.71 0.65 0.49
Hex CF 7A 2C 0 29 4F 13 1D 41 31
Octal 317 172 54 0 51 117 23 35 101 61
Binary 11001111 1111010 101100 0 101001 1001111 10011 11101 1000001 110001

Color Harmonies of #CF7A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7A2C

Black with #CF7A2C

Text Example


Text Example

White with #CF7A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7A2C; }

 p { color: rgb(207,122,44); }

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

background-color css

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

 a { background-color: rgb(207,122,44); }

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

border-color css

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

 span { border-color: rgb(207,122,44); }

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