Html Css Color HEX #CF782C Bronze

📋 copy color: '#CF782C'

red 207 ◦ green 120 ◦ blue 44

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

Shades of Bronze #CF782C

Tints of Bronze #CF782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.35%

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

R = 55.8%
G = 32.35%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF782C (or 0xCF782C) is known color: Bronze. HEX triplet: CF, 78 and 2C. RGB value is (207,120,44). Sum of RGB (Red+Green+Blue) = 207+120+44=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF782C is #3087D3. Grayscale: #898989. Windows color (decimal): -3180500 or 2914511. OLE color: 2914511.

HSL color Cylindrical-coordinate representation of color #CF782C: hue angle of 27.98º 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 #CF782C is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 120 44 -
CMYK 0 0.42 0.79 0.19
HSL 27.98º 0.65% 0.49% -
HSV(B) 27.98º 0.79% 0.81% -
XYZ 32.9 26.88 5.84 -
YUV 137.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 207 120 44 0 0.42 0.79 0.19 27.98 0.65 0.49
Hex CF 78 2C 0 2A 4F 13 1C 41 31
Octal 317 170 54 0 52 117 23 34 101 61
Binary 11001111 1111000 101100 0 101010 1001111 10011 11100 1000001 110001

Color Harmonies of #CF782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF782C

Black with #CF782C

Text Example


Text Example

White with #CF782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF782C; }

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

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

background-color css

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

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

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

border-color css

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

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

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